| Constructor and Description |
|---|
CLAwareConfigurationContext() |
| 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) |
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() |
List<org.apache.tamaya.spi.PropertySource> |
getPropertySources() |
org.apache.tamaya.spi.PropertyValueCombinationPolicy |
getPropertyValueCombinationPolicy() |
org.apache.tamaya.spi.ConfigurationContextBuilder |
toBuilder() |
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 <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 © 2014–2016 Apache Software Foundation. All rights reserved.