| Package | Description |
|---|---|
| org.apache.tamaya | |
| org.apache.tamaya.spi |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
ConfigurationProvider.createConfiguration(ConfigurationContext context)
Creates a new configuration instance based on the given context.
|
static Configuration |
ConfigurationProvider.getConfiguration()
Access the current configuration.
|
Configuration |
ConfigOperator.operate(Configuration config)
Creates a new
Configuration based on the given Configuration. |
Configuration |
Configuration.with(ConfigOperator operator)
Extension point for adjusting configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigOperator.operate(Configuration config)
Creates a new
Configuration based on the given Configuration. |
T |
ConfigQuery.query(Configuration config)
Creates a result based on the given Configuration.
|
static void |
ConfigurationProvider.setConfiguration(Configuration config)
This method allows to replace the current default
Configuration with a new
instance. |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ConfigurationProviderSpi.createConfiguration(ConfigurationContext context)
Create a
Configuration instance using the given context. |
Configuration |
ConversionContext.getConfiguration()
Get the configuration, which is targeted.
|
Configuration |
ConfigurationProviderSpi.getConfiguration()
Access the current
Configuration. |
| Modifier and Type | Method and Description |
|---|---|
ConversionContext.Builder |
ConversionContext.Builder.setConfiguration(Configuration configuration)
Sets the configuration.
|
void |
ConfigurationProviderSpi.setConfiguration(Configuration config)
This method allows to replace the current
Configuration with a new
instance. |
| Constructor and Description |
|---|
Builder(Configuration configuration,
ConfigurationContext configurationContext,
String key,
TypeLiteral<?> targetType)
Creates a new Builder instance.
|
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.