Package | Description |
---|---|
org.apache.tamaya | |
org.apache.tamaya.spi |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.