Uses of Class
org.springframework.cloud.contract.spec.internal.BodyMatchers
Packages that use BodyMatchers
-
Uses of BodyMatchers in org.springframework.cloud.contract.spec.internal
Subclasses of BodyMatchers in org.springframework.cloud.contract.spec.internalModifier and TypeClassDescriptionclassBody matchers for the response side (output message, REST response).Methods in org.springframework.cloud.contract.spec.internal that return BodyMatchersMethods in org.springframework.cloud.contract.spec.internal with parameters of type BodyMatchersModifier and TypeMethodDescriptionvoidInput.setBodyMatchers(BodyMatchers bodyMatchers) voidRequest.setBodyMatchers(BodyMatchers bodyMatchers) Method parameters in org.springframework.cloud.contract.spec.internal with type arguments of type BodyMatchersModifier and TypeMethodDescriptionvoidInput.bodyMatchers(Consumer<BodyMatchers> consumer) The stub matchers part of the contract.voidRequest.bodyMatchers(Consumer<BodyMatchers> consumer) Allows to set matchers for the body.