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 BodyMatchersMethod parameters in org.springframework.cloud.contract.spec.internal with type arguments of type BodyMatchersModifier and TypeMethodDescriptionvoidRequest.bodyMatchers(Consumer<BodyMatchers> consumer) Allows to set matchers for the body.