public class YamlPropertySourceLoader extends AbstractPropertySourceLoader
DEFAULT_POSITION, log
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
YamlPropertySourceLoader() |
YamlPropertySourceLoader(boolean logEnabled) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getExtensions() |
boolean |
isEnabled() |
protected void |
processInput(String name,
InputStream input,
Map<String,Object> finalMap) |
createPropertySource, getOrder, isLogEnabled, load, loadEnv, processMap, read, readInput, setLogEnabled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
load
read
public YamlPropertySourceLoader()
public YamlPropertySourceLoader(boolean logEnabled)
public boolean isEnabled()
protected void processInput(String name, InputStream input, Map<String,Object> finalMap)
processInput
in class AbstractPropertySourceLoader
name
- The nameinput
- The input streamfinalMap
- The map with all the properties processed