public class DefaultConfigurationContext extends Object implements ConfigurationContext
| Constructor and Description |
|---|
DefaultConfigurationContext()
The first time the Configuration system gets invoked we do initialize
all our
PropertySources and
PropertyFilters 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, waitgetPropertySourcespublic DefaultConfigurationContext()
PropertySources and
PropertyFilters which are known at startup.public List<PropertySource> getPropertySources()
getPropertySources in interface ConfigurationContextpublic Map<TypeLiteral<?>,List<PropertyConverter<?>>> getPropertyConverters()
getPropertyConverters in interface ConfigurationContextpublic <T> List<PropertyConverter<T>> getPropertyConverters(TypeLiteral<T> targetType)
getPropertyConverters in interface ConfigurationContextpublic List<PropertyFilter> getPropertyFilters()
getPropertyFilters in interface ConfigurationContextpublic PropertyValueCombinationPolicy getPropertyValueCombinationPolicy()
getPropertyValueCombinationPolicy in interface ConfigurationContextpublic ConfigurationContextBuilder toBuilder()
toBuilder in interface ConfigurationContextCopyright © 2014–2015 Apache Software Foundation. All rights reserved.