Package | Description |
---|---|
org.springframework.boot.yaml |
Support for parsing YAML.
|
Modifier and Type | Method and Description |
---|---|
static YamlProcessor.MatchStatus |
YamlProcessor.MatchStatus.getMostSpecific(YamlProcessor.MatchStatus a,
YamlProcessor.MatchStatus b)
Compare two
YamlProcessor.MatchStatus items, returning the most specific status. |
YamlProcessor.MatchStatus |
YamlProcessor.DocumentMatcher.matches(Properties properties)
Test if the given properties match.
|
YamlProcessor.MatchStatus |
SpringProfileDocumentMatcher.matches(Properties properties) |
YamlProcessor.MatchStatus |
DefaultProfileDocumentMatcher.matches(Properties properties) |
YamlProcessor.MatchStatus |
ArrayDocumentMatcher.matches(Properties properties) |
static YamlProcessor.MatchStatus |
YamlProcessor.MatchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlProcessor.MatchStatus[] |
YamlProcessor.MatchStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static YamlProcessor.MatchStatus |
YamlProcessor.MatchStatus.getMostSpecific(YamlProcessor.MatchStatus a,
YamlProcessor.MatchStatus b)
Compare two
YamlProcessor.MatchStatus items, returning the most specific status. |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.