Package | Description |
---|---|
org.apache.tamaya | |
org.apache.tamaya.spi |
Modifier and Type | Method and Description |
---|---|
static ConfigurationContext |
ConfigurationProvider.getConfigurationContext()
Deprecated.
Use
Configuration.getContext() instead of. |
ConfigurationContext |
Configuration.getContext()
Access a configurationŝ context.
|
Modifier and Type | Method and Description |
---|---|
static void |
ConfigurationProvider.setConfigurationContext(ConfigurationContext context)
This method allows to replace the current
ConfigurationContext with a new
instance. |
Modifier and Type | Method and Description |
---|---|
ConfigurationContext |
ConfigurationContextBuilder.build()
Builds a
ConfigurationContext based on the data set. |
ConfigurationContext |
ConversionContext.getConfigurationContext() |
ConfigurationContext |
ConfigurationProviderSpi.getConfigurationContext()
Deprecated.
Will be removed in favour of
Configuration.getContext() . |
Modifier and Type | Method and Description |
---|---|
ConversionContext.Builder |
ConversionContext.Builder.setConfigurationContext(ConfigurationContext configurationContext)
Sets the configuration.
|
void |
ConfigurationProviderSpi.setConfigurationContext(ConfigurationContext context)
This method allows to replace the current
ConfigurationContext with a new
instance. |
ConfigurationContextBuilder |
ConfigurationContextBuilder.setContext(ConfigurationContext context)
Init this builder instance with the given
ConfigurationContext instance. |
Constructor and Description |
---|
ConversionContext.Builder(Configuration configuration,
ConfigurationContext configurationContext,
String key,
TypeLiteral<?> targetType)
Creates a new Builder instance.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.