Uses of Class
org.springframework.cloud.contract.spec.internal.MatchingTypeValue
Packages that use MatchingTypeValue
-
Uses of MatchingTypeValue in org.springframework.cloud.contract.spec.internal
Subclasses of MatchingTypeValue in org.springframework.cloud.contract.spec.internalModifier and TypeClassDescriptionclassMatching type with corresponding values.Methods in org.springframework.cloud.contract.spec.internal that return MatchingTypeValueModifier and TypeMethodDescriptionBodyMatchers.byDate()BodyMatchers.byEquality()ResponseBodyMatchers.byNull()BodyMatchers.byTime()BodyMatchers.byTimestamp()BodyMatchers.byType(groovy.lang.Closure consumer) The output part of the contract.BodyMatchers.byType(Consumer<MatchingTypeValueHolder> consumer) The output part of the contract.ResponseBodyMatchers.byType()MatchingTypeValueHolder.maxOccurrence(int number) MatchingTypeValueHolder.minOccurrence(int number) MatchingTypeValueHolder.occurrence(int number) Methods in org.springframework.cloud.contract.spec.internal with parameters of type MatchingTypeValueModifier and TypeMethodDescriptionvoidBodyMatchers.jsonPath(String path, MatchingTypeValue matchingType) voidBodyMatchers.xPath(String xPath, MatchingTypeValue matchingTypeValue) Adds xPath matcher; even though same implementation as inBodyMatchers.jsonPath(java.lang.String, org.springframework.cloud.contract.spec.internal.MatchingTypeValue), added for logical coherence in xml.