Package | Description |
---|---|
org.springframework.cloud.contract.spec.internal |
Modifier and Type | Method and Description |
---|---|
JSONCompareMode |
MatchingStrategy.getJsonCompareMode() |
static JSONCompareMode |
JSONCompareMode.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchingStrategy.setJsonCompareMode(JSONCompareMode jsonCompareMode) |
Constructor and Description |
---|
MatchingStrategy(DslProperty value,
MatchingStrategy.Type type,
JSONCompareMode jsonCompareMode) |
MatchingStrategy(Object value,
MatchingStrategy.Type type,
JSONCompareMode jsonCompareMode) |
Copyright © 2016–2019 Spring. All rights reserved.