Package | Description |
---|---|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
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.
|
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. |