Interface | Description |
---|---|
ConfigurationContext |
Central SPI for programmatically dealing with the setup of the configuration system.
|
ConfigurationContextBuilder |
A builder for creating new or adapting instances of
ConfigurationContext . |
ConfigurationProviderSpi |
SPI that must be implemented to provide the component that manages all
Configuration
instances in a system. |
PropertyConverter<T> |
Interface for an property that converts a configured String into something else.
|
PropertyFilter |
Interface for filtering the current map of properties during the evaluation of the chain of PropertySources.
|
PropertySource |
This interface models a provider that serves configuration properties.
|
PropertySourceProvider |
Implement this interfaces to provide a PropertySource provider which
is able to register multiple PropertySources.
|
PropertyValueCombinationPolicy |
Policy that determines how the final value of a configuration entry is evaluated.
|
ServiceContext |
This class models the component that is managing the lifecycle current the
services used by the Configuration API.
|
Class | Description |
---|---|
ConversionContext |
A conversion context containing all the required values for implementing conversion.
|
ConversionContext.Builder |
Builder to create new instances of
ConversionContext . |
FilterContext |
A filter context containing all the required values for implementing filtering.
|
PropertyValue |
Class modelling the result of a request for a property value.
|
PropertyValueBuilder |
Builder to create a
PropertyValue instance. |
ServiceContextManager |
This singleton provides access to the services available in the current
ServiceContext . |
Annotation Type | Description |
---|---|
Experimental |
This is a simple annotation for flaging out functionality or features the Tamaya team is not sure if it is already
stabilized, so use it with some caution.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.