public class PropertySourcesConfig extends NavigableMapConfig
Modifiers | Name | Description |
---|---|---|
protected PropertySources |
propertySources |
|
protected PropertySourcesPropertyResolver |
propertySourcesPropertyResolver |
Fields inherited from class | Fields |
---|---|
class NavigableMapConfig |
LOG, classLoader, configMap, conversionService |
Constructor and description |
---|
PropertySourcesConfig(PropertySources propertySources) |
PropertySourcesConfig() |
PropertySourcesConfig(java.util.Map<java.lang.String, java.lang.Object> mapPropertySource) |
PropertySourcesConfig(PropertySource propertySource) |
Type Params | Return Type | Name and description |
---|---|---|
|
public PropertySources |
getPropertySources() |
|
protected void |
initializeFromPropertySources(PropertySources propertySources) |
|
public void |
refresh() |
|
public java.lang.String |
resolvePlaceholders(java.lang.String text) |
|
public java.lang.String |
resolveRequiredPlaceholders(java.lang.String text) |
|
public void |
setClassLoader(java.lang.ClassLoader classLoader) |
|
public void |
setConversionService(ConfigurableConversionService conversionService) |
Methods inherited from class | Name |
---|---|
class NavigableMapConfig |
asType, clear, containsKey, containsProperty, containsValue, entrySet, equals, flatten, get, getAt, getProperty, getProperty, getProperty, getProperty, getProperty, getRequiredProperty, getRequiredProperty, hashCode, isEmpty, iterator, keySet, merge, mergeMapEntry, navigate, put, putAll, remove, setAt, size, toProperties, toString, values |