Uses of Class
org.springframework.boot.config.YamlProcessor.MatchStatus

Packages that use YamlProcessor.MatchStatus
org.springframework.boot.config   
 

Uses of YamlProcessor.MatchStatus in org.springframework.boot.config
 

Methods in org.springframework.boot.config that return YamlProcessor.MatchStatus
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 ArrayDocumentMatcher.matches(Properties properties)
           
 YamlProcessor.MatchStatus DefaultProfileDocumentMatcher.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.
 

Methods in org.springframework.boot.config with parameters of type YamlProcessor.MatchStatus
static YamlProcessor.MatchStatus YamlProcessor.MatchStatus.getMostSpecific(YamlProcessor.MatchStatus a, YamlProcessor.MatchStatus b)
          Compare two YamlProcessor.MatchStatus items, returning the most specific status.
 



Copyright © 2013. All Rights Reserved.