Uses of Class
org.springframework.boot.config.YamlPropertySourceLoader

Packages that use YamlPropertySourceLoader
org.springframework.boot.config   
 

Uses of YamlPropertySourceLoader in org.springframework.boot.config
 

Methods in org.springframework.boot.config that return YamlPropertySourceLoader
static YamlPropertySourceLoader YamlPropertySourceLoader.matchAllLoader()
          A property source loader that loads all properties and matches all documents.
static YamlPropertySourceLoader YamlPropertySourceLoader.springProfileAwareLoader(String[] activeProfiles)
          A property source loader that matches documents that have no explicit profile or which have an explicit "spring.profiles.active" value in the current active profiles.
 



Copyright © 2013. All Rights Reserved.