Package | Description |
---|---|
org.springframework.cloud.contract.spec.internal | |
org.springframework.cloud.contract.spec.util |
Modifier and Type | Method and Description |
---|---|
MatchingStrategy.Type |
MatchingStrategy.getType() |
static MatchingStrategy.Type |
MatchingStrategy.Type.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchingStrategy.setType(MatchingStrategy.Type type) |
Constructor and Description |
---|
MatchingStrategy(DslProperty value,
MatchingStrategy.Type type) |
MatchingStrategy(DslProperty value,
MatchingStrategy.Type type,
JSONCompareMode jsonCompareMode) |
MatchingStrategy(Object value,
MatchingStrategy.Type type) |
MatchingStrategy(Object value,
MatchingStrategy.Type type,
JSONCompareMode jsonCompareMode) |
Modifier and Type | Field and Description |
---|---|
static List<MatchingStrategy.Type> |
ValidateUtils.ALLOWED_MATCHING_TYPES_ON_SERVER_SIDE
Allowed matching types on the server side.
|
Copyright © 2016–2019 Spring. All rights reserved.