public class YAMLPropertiesSource extends Object implements PropertiesSource
| Constructor and Description |
|---|
YAMLPropertiesSource(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
getFlattenedMap(Map<String,Object> source)
Return a flattened version of the given map, recursively following any nested Map
or Collection values.
|
Map<String,String> |
getProperties() |
public YAMLPropertiesSource(Resource resource)
public Map<String,String> getProperties()
getProperties in interface PropertiesSourceprotected final Map<String,String> getFlattenedMap(Map<String,Object> source)
source - the source mapCopyright © 2017 Okta. All rights reserved.