| Method and Description |
|---|
| org.apache.tamaya.spi.ConfigurationContext.addPropertyConverter(TypeLiteral<T>, PropertyConverter<T>)
Use
ConfigurationContextBuilder to create a new ConfigurationContext. |
| org.apache.tamaya.spi.ConfigurationContext.addPropertySources(PropertySource...)
Use
ConfigurationContextBuilder to create a new ConfigurationContext. |
| org.apache.tamaya.ConfigurationProvider.getConfigurationContext()
Use
Configuration.getContext() instead of. |
| org.apache.tamaya.spi.ConfigurationProviderSpi.getConfigurationContext()
Will be removed in favour of
Configuration.getContext(). |
| org.apache.tamaya.spi.ConfigurationProviderSpi.isConfigurationContextSettable() |
| org.apache.tamaya.ConfigurationProvider.setConfigurationContext(ConfigurationContext)
Use #setConfiguration(Configuration) instead of.
|
| org.apache.tamaya.spi.ConfigurationProviderSpi.setConfigurationContext(ConfigurationContext) |
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.