Uses of Enum
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
Methods in org.springframework.cloud.contract.spec.internal that return MatchingStrategy.TypeModifier and TypeMethodDescriptionMatchingStrategy.getType()static MatchingStrategy.TypeReturns the enum constant of this type with the specified name.static MatchingStrategy.Type[]MatchingStrategy.Type.values()Returns an array containing the constants of this enum type, 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.