Uses of Interface
org.springframework.cloud.contract.verifier.converter.StubGenerator
-
Packages that use StubGenerator Package Description org.springframework.cloud.contract.verifier.converter org.springframework.cloud.contract.verifier.wiremock -
-
Uses of StubGenerator in org.springframework.cloud.contract.verifier.converter
Methods in org.springframework.cloud.contract.verifier.converter that return types with arguments of type StubGenerator Modifier and Type Method Description Collection<StubGenerator>
StubGeneratorProvider. allOrDefault(StubGenerator defaultStubGenerator)
Methods in org.springframework.cloud.contract.verifier.converter with parameters of type StubGenerator Modifier and Type Method Description Collection<StubGenerator>
StubGeneratorProvider. allOrDefault(StubGenerator defaultStubGenerator)
Constructor parameters in org.springframework.cloud.contract.verifier.converter with type arguments of type StubGenerator Constructor Description StubGeneratorProvider(List<StubGenerator> converters)
-
Uses of StubGenerator in org.springframework.cloud.contract.verifier.wiremock
Classes in org.springframework.cloud.contract.verifier.wiremock that implement StubGenerator Modifier and Type Class Description class
DslToWireMockClientConverter
Converts DSLs to WireMock stubs.class
DslToWireMockConverter
WireMock implementation of theStubGenerator
.
-