Uses of Enum Class
org.springframework.cloud.contract.spec.internal.MatchingType
Packages that use MatchingType
-
Uses of MatchingType in org.springframework.cloud.contract.spec.internal
Subclasses with type arguments of type MatchingType in org.springframework.cloud.contract.spec.internalModifier and TypeClassDescriptionenumRepresents the type of matching the should be done against the body of the request or response.Methods in org.springframework.cloud.contract.spec.internal that return MatchingTypeModifier and TypeMethodDescriptionMatchingTypeValue.getType()BodyMatcher.matchingType()PathBodyMatcher.matchingType()static MatchingTypeReturns the enum constant of this class with the specified name.static MatchingType[]MatchingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.cloud.contract.spec.internal with parameters of type MatchingTypeModifier and TypeMethodDescriptionstatic booleanMatchingType.regexRelated(MatchingType type) voidMatchingTypeValue.setType(MatchingType type)