public class DefaultConfigurationContext extends Object implements ConfigurationContext
Constructor and Description |
---|
DefaultConfigurationContext()
The first time the Configuration system gets invoked we do initialize
all our
PropertySource s and
PropertyFilter s which are known at startup. |
Modifier and Type | Method and Description |
---|---|
Map<TypeLiteral<?>,List<PropertyConverter<?>>> |
getPropertyConverters() |
<T> List<PropertyConverter<T>> |
getPropertyConverters(TypeLiteral<T> targetType) |
List<PropertyFilter> |
getPropertyFilters() |
List<PropertySource> |
getPropertySources() |
PropertyValueCombinationPolicy |
getPropertyValueCombinationPolicy() |
ConfigurationContextBuilder |
toBuilder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPropertySources
public DefaultConfigurationContext()
PropertySource
s and
PropertyFilter
s which are known at startup.public List<PropertySource> getPropertySources()
getPropertySources
in interface ConfigurationContext
public Map<TypeLiteral<?>,List<PropertyConverter<?>>> getPropertyConverters()
getPropertyConverters
in interface ConfigurationContext
public <T> List<PropertyConverter<T>> getPropertyConverters(TypeLiteral<T> targetType)
getPropertyConverters
in interface ConfigurationContext
public List<PropertyFilter> getPropertyFilters()
getPropertyFilters
in interface ConfigurationContext
public PropertyValueCombinationPolicy getPropertyValueCombinationPolicy()
getPropertyValueCombinationPolicy
in interface ConfigurationContext
public ConfigurationContextBuilder toBuilder()
toBuilder
in interface ConfigurationContext
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.