Enum Class的使用
cn.taketoday.core.YamlProcessor.MatchStatus
-
cn.taketoday.core中YamlProcessor.MatchStatus的使用
修饰符和类型方法说明static YamlProcessor.MatchStatusYamlProcessor.MatchStatus.getMostSpecific(YamlProcessor.MatchStatus a, YamlProcessor.MatchStatus b) Compare twoYamlProcessor.MatchStatusitems, returning the most specific status.YamlProcessor.DocumentMatcher.matches(Properties properties) Test if the given properties match.static YamlProcessor.MatchStatusReturns 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.修饰符和类型方法说明static YamlProcessor.MatchStatusYamlProcessor.MatchStatus.getMostSpecific(YamlProcessor.MatchStatus a, YamlProcessor.MatchStatus b) Compare twoYamlProcessor.MatchStatusitems, returning the most specific status.