public class PropertySourcesConfig extends NavigableMapConfig
Modifiers | Name | Description |
---|---|---|
protected org.springframework.core.env.PropertySources |
propertySources |
|
protected org.springframework.core.env.PropertySourcesPropertyResolver |
propertySourcesPropertyResolver |
Fields inherited from class | Fields |
---|---|
class NavigableMapConfig |
LOG, classLoader, configMap, conversionService |
Constructor and description |
---|
PropertySourcesConfig
(org.springframework.core.env.PropertySources propertySources) |
PropertySourcesConfig
() |
PropertySourcesConfig
(java.util.Map<java.lang.String, java.lang.Object> mapPropertySource) |
PropertySourcesConfig
(org.springframework.core.env.PropertySource propertySource) |
Type Params | Return Type | Name and description |
---|---|---|
|
public org.springframework.core.env.PropertySources |
getPropertySources() |
|
protected void |
initializeFromPropertySources(org.springframework.core.env.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(org.springframework.core.convert.support.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 |