Uses of Enum Class
org.springframework.beans.factory.config.YamlProcessor.MatchStatus
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
-
Uses of YamlProcessor.MatchStatus in org.springframework.beans.factory.config
Modifier and TypeMethodDescriptionstatic YamlProcessor.MatchStatus
YamlProcessor.MatchStatus.getMostSpecific
(YamlProcessor.MatchStatus a, YamlProcessor.MatchStatus b) Compare twoYamlProcessor.MatchStatus
items, returning the most specific status.YamlProcessor.DocumentMatcher.matches
(Properties properties) Test if the given properties match.static YamlProcessor.MatchStatus
Returns the enum constant of this class with the specified name.static YamlProcessor.MatchStatus[]
YamlProcessor.MatchStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic YamlProcessor.MatchStatus
YamlProcessor.MatchStatus.getMostSpecific
(YamlProcessor.MatchStatus a, YamlProcessor.MatchStatus b) Compare twoYamlProcessor.MatchStatus
items, returning the most specific status.