public class YamlPropertySourceLoader extends AbstractPropertySourceLoader
DEFAULT_POSITIONHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
YamlPropertySourceLoader()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<String> | 
getExtensions()  | 
boolean | 
isEnabled()  | 
protected void | 
processInput(String name,
            InputStream input,
            Map<String,Object> finalMap)  | 
getOrder, load, processMap, read, readInputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadreadpublic boolean isEnabled()
protected void processInput(String name, InputStream input, Map<String,Object> finalMap)
processInput in class AbstractPropertySourceLoadername - The nameinput - The input streamfinalMap - The map with all the properties processed