Uses of Class
org.springframework.cloud.contract.spec.internal.MatchingStrategy
Packages that use MatchingStrategy
Package
Description
-
Uses of MatchingStrategy in org.springframework.cloud.contract.spec.internal
Methods in org.springframework.cloud.contract.spec.internal that return MatchingStrategyModifier and TypeMethodDescriptionRequest.absent()Sets absence check to the given query parameter.Request.containing(Object value) Sets the containing check to the given query parameter.Sets the equality check to the given query parameter.Request.equalToJson(Object value) Sets the JSON equality check to the body.Request.equalToXml(Object value) Sets the XML equality check to the body.Sets the matching check to the given query parameter.Request.notMatching(Object value) Sets the not matching check to the given query parameter.Methods in org.springframework.cloud.contract.spec.internal with parameters of type MatchingStrategyModifier and TypeMethodDescriptionvoidRequest.body(MatchingStrategy matchingStrategy) Allows set an HTTP body.Constructors in org.springframework.cloud.contract.spec.internal with parameters of type MatchingStrategyModifierConstructorDescriptionBody(MatchingStrategy matchingStrategy) Cookie(String key, MatchingStrategy value) Header(String name, MatchingStrategy value) Multipart(MatchingStrategy matchingStrategy) QueryParameter(String name, MatchingStrategy matchingStrategy) -
Uses of MatchingStrategy in org.springframework.cloud.contract.spec.util
Methods in org.springframework.cloud.contract.spec.util with parameters of type MatchingStrategyModifier and TypeMethodDescriptionstatic voidValidateUtils.validateServerValue(MatchingStrategy matchingStrategy, String msg)