public class DefaultConfigurationContext extends Object implements org.apache.tamaya.spi.ConfigurationContext
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultConfigurationContext()
Creates an empty Configuration context.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addPropertyConverter(org.apache.tamaya.TypeLiteral<T> typeToConvert,
org.apache.tamaya.spi.PropertyConverter<T> propertyConverter) |
void |
addPropertySources(org.apache.tamaya.spi.PropertySource... propertySourcesToAdd)
Deprecated.
|
boolean |
equals(Object o) |
Map<org.apache.tamaya.TypeLiteral<?>,List<org.apache.tamaya.spi.PropertyConverter<?>>> |
getPropertyConverters() |
<T> List<org.apache.tamaya.spi.PropertyConverter<T>> |
getPropertyConverters(org.apache.tamaya.TypeLiteral<T> targetType) |
List<org.apache.tamaya.spi.PropertyFilter> |
getPropertyFilters() |
org.apache.tamaya.spi.PropertySource |
getPropertySource(String name) |
List<org.apache.tamaya.spi.PropertySource> |
getPropertySources() |
org.apache.tamaya.spi.PropertyValueCombinationPolicy |
getPropertyValueCombinationPolicy() |
int |
hashCode() |
org.apache.tamaya.spi.ConfigurationContextBuilder |
toBuilder() |
String |
toString() |
protected DefaultConfigurationContext()
@Deprecated public void addPropertySources(org.apache.tamaya.spi.PropertySource... propertySourcesToAdd)
addPropertySources in interface org.apache.tamaya.spi.ConfigurationContextpublic List<org.apache.tamaya.spi.PropertySource> getPropertySources()
getPropertySources in interface org.apache.tamaya.spi.ConfigurationContextpublic org.apache.tamaya.spi.PropertySource getPropertySource(String name)
getPropertySource in interface org.apache.tamaya.spi.ConfigurationContextpublic <T> void addPropertyConverter(org.apache.tamaya.TypeLiteral<T> typeToConvert,
org.apache.tamaya.spi.PropertyConverter<T> propertyConverter)
addPropertyConverter in interface org.apache.tamaya.spi.ConfigurationContextpublic Map<org.apache.tamaya.TypeLiteral<?>,List<org.apache.tamaya.spi.PropertyConverter<?>>> getPropertyConverters()
getPropertyConverters in interface org.apache.tamaya.spi.ConfigurationContextpublic <T> List<org.apache.tamaya.spi.PropertyConverter<T>> getPropertyConverters(org.apache.tamaya.TypeLiteral<T> targetType)
getPropertyConverters in interface org.apache.tamaya.spi.ConfigurationContextpublic List<org.apache.tamaya.spi.PropertyFilter> getPropertyFilters()
getPropertyFilters in interface org.apache.tamaya.spi.ConfigurationContextpublic org.apache.tamaya.spi.PropertyValueCombinationPolicy getPropertyValueCombinationPolicy()
getPropertyValueCombinationPolicy in interface org.apache.tamaya.spi.ConfigurationContextpublic org.apache.tamaya.spi.ConfigurationContextBuilder toBuilder()
toBuilder in interface org.apache.tamaya.spi.ConfigurationContextCopyright © 2016–2017 Apache Software Foundation. All rights reserved.