Uses of Interface
org.springframework.cloud.contract.verifier.converter.StubPostProcessor
-
Packages that use StubPostProcessor Package Description org.springframework.cloud.contract.verifier.converter org.springframework.cloud.contract.verifier.wiremock -
-
Uses of StubPostProcessor in org.springframework.cloud.contract.verifier.converter
Fields in org.springframework.cloud.contract.verifier.converter with type parameters of type StubPostProcessor Modifier and Type Field Description static List<StubPostProcessor>
StubPostProcessor. PROCESSORS
List of registered stub post processors. -
Uses of StubPostProcessor in org.springframework.cloud.contract.verifier.wiremock
Subinterfaces of StubPostProcessor in org.springframework.cloud.contract.verifier.wiremock Modifier and Type Interface Description interface
WireMockStubPostProcessor
Post processor of WireMock stub mappings.
-