Uses of Class
org.springframework.cloud.contract.spec.internal.ResponseBodyMatchers
Packages that use ResponseBodyMatchers
-
Uses of ResponseBodyMatchers in org.springframework.cloud.contract.spec.internal
Methods in org.springframework.cloud.contract.spec.internal that return ResponseBodyMatchersMethods in org.springframework.cloud.contract.spec.internal with parameters of type ResponseBodyMatchersModifier and TypeMethodDescriptionvoidOutputMessage.setBodyMatchers(ResponseBodyMatchers bodyMatchers) voidResponse.setBodyMatchers(ResponseBodyMatchers bodyMatchers) Method parameters in org.springframework.cloud.contract.spec.internal with type arguments of type ResponseBodyMatchersModifier and TypeMethodDescriptionvoidOutputMessage.bodyMatchers(Consumer<ResponseBodyMatchers> consumer) The stub matchers part of the contract.voidResponse.bodyMatchers(Consumer<ResponseBodyMatchers> consumer) Allows to set matchers for the body.