Package | Description |
---|---|
org.springframework.cloud.contract.verifier.converter |
Modifier and Type | Field and Description |
---|---|
YamlContract.PredefinedRegex |
YamlContract.BodyStubMatcher.predefined |
YamlContract.PredefinedRegex |
YamlContract.ValueMatcher.predefined |
YamlContract.PredefinedRegex |
YamlContract.BodyTestMatcher.predefined |
YamlContract.PredefinedRegex |
YamlContract.KeyValueMatcher.predefined |
YamlContract.PredefinedRegex |
YamlContract.TestHeaderMatcher.predefined |
YamlContract.PredefinedRegex |
YamlContract.TestCookieMatcher.predefined |
Modifier and Type | Method and Description |
---|---|
static YamlContract.PredefinedRegex |
YamlContract.PredefinedRegex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlContract.PredefinedRegex[] |
YamlContract.PredefinedRegex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2020 Spring. All rights reserved.