Uses of Interface
org.springframework.cloud.contract.verifier.converter.StubGenerator
Packages that use StubGenerator
Package
Description
-
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 StubGeneratorModifier and TypeMethodDescriptionStubGeneratorProvider.allOrDefault
(StubGenerator defaultStubGenerator) Methods in org.springframework.cloud.contract.verifier.converter with parameters of type StubGeneratorModifier and TypeMethodDescriptionStubGeneratorProvider.allOrDefault
(StubGenerator defaultStubGenerator) Constructor parameters in org.springframework.cloud.contract.verifier.converter with type arguments of type StubGenerator -
Uses of StubGenerator in org.springframework.cloud.contract.verifier.wiremock
Classes in org.springframework.cloud.contract.verifier.wiremock that implement StubGeneratorModifier and TypeClassDescriptionclass
Converts DSLs to WireMock stubs.class
WireMock implementation of theStubGenerator
.