Uses of Enum Class
org.springframework.cloud.contract.spec.internal.MatchingStrategy.Type
Packages that use MatchingStrategy.Type
Package
Description
-
Uses of MatchingStrategy.Type in org.springframework.cloud.contract.spec.internal
Subclasses with type arguments of type MatchingStrategy.Type in org.springframework.cloud.contract.spec.internalMethods in org.springframework.cloud.contract.spec.internal that return MatchingStrategy.TypeModifier and TypeMethodDescriptionMatchingStrategy.getType()static MatchingStrategy.TypeReturns the enum constant of this class with the specified name.static MatchingStrategy.Type[]MatchingStrategy.Type.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 MatchingStrategy.TypeConstructors in org.springframework.cloud.contract.spec.internal with parameters of type MatchingStrategy.TypeModifierConstructorDescriptionMatchingStrategy(Object value, MatchingStrategy.Type type) MatchingStrategy(Object value, MatchingStrategy.Type type, JSONCompareMode jsonCompareMode) MatchingStrategy(DslProperty value, MatchingStrategy.Type type) MatchingStrategy(DslProperty value, MatchingStrategy.Type type, JSONCompareMode jsonCompareMode) -
Uses of MatchingStrategy.Type in org.springframework.cloud.contract.spec.util
Fields in org.springframework.cloud.contract.spec.util with type parameters of type MatchingStrategy.TypeModifier and TypeFieldDescriptionstatic List<MatchingStrategy.Type> ValidateUtils.ALLOWED_MATCHING_TYPES_ON_SERVER_SIDEAllowed matching types on the server side.