Uses of Enum
org.springframework.cloud.contract.spec.internal.JSONCompareMode
Packages that use JSONCompareMode
-
Uses of JSONCompareMode in org.springframework.cloud.contract.spec.internal
Methods in org.springframework.cloud.contract.spec.internal that return JSONCompareModeModifier and TypeMethodDescriptionMatchingStrategy.getJsonCompareMode()static JSONCompareModeReturns the enum constant of this type with the specified name.static JSONCompareMode[]JSONCompareMode.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 JSONCompareModeModifier and TypeMethodDescriptionvoidMatchingStrategy.setJsonCompareMode(JSONCompareMode jsonCompareMode) Constructors in org.springframework.cloud.contract.spec.internal with parameters of type JSONCompareModeModifierConstructorDescriptionMatchingStrategy(Object value, MatchingStrategy.Type type, JSONCompareMode jsonCompareMode) MatchingStrategy(DslProperty value, MatchingStrategy.Type type, JSONCompareMode jsonCompareMode)