| Interface | Description |
|---|---|
| ConfigValueEvaluator |
Component SPI which encapsulates the evaluation of a single or full rawvalue
for a
ConfigurationContext. |
| Class | Description |
|---|---|
| BasePropertySource |
Abstract
PropertySource that allows to set a default ordinal that will be used, if no
ordinal is provided with the config. |
| CLIPropertySource |
PropertySource that allows to add the programs main arguments as configuration entries.
|
| DefaultConfiguration |
Implementation of the Configuration API.
|
| DefaultConfigurationContext |
Default Implementation of a simple ConfigurationContext.
|
| DefaultConfigurationContextBuilder |
Default implementation of
ConfigurationContextBuilder. |
| DefaultConfigValueEvaluator |
Implementation of the Configuration API.
|
| EnumConverter<T> |
Converter, converting from String to tge given enum type.
|
| EnvironmentPropertySource |
This
PropertySource provides all Properties which are set
via
export myprop=myval on UNIX Systems or
set myprop=myval on Windows. |
| MapPropertySource |
Simple PropertySource implementation that just takes a Map and an (optional) priority.
|
| PriorityServiceComparator |
Comparator implementation for odering services loaded based on their increasing priority values.
|
| PropertiesResourcePropertySource |
Simple PropertySource, with a fixed ordinal that reads a .properties file from a given URL.
|
| PropertyConverterManager |
Manager that deals with
PropertyConverter instances. |
| PropertyFilterComparator |
Comparator for PropertyFilters based on their priority annotations.
|
| PropertyFiltering |
Implementation of the Configuration API.
|
| PropertySourceComparator |
Comparator for ordering of PropertySources based on their ordinal method and class name.
|
| RegexPropertyFilter |
Predicate filtering using a regex expression operating on the key.
|
| SimplePropertySource |
Simple implementation of a
PropertySource for
simple property files and XML property files. |
| SimplePropertySource.Builder |
SimplePropertySource builder static inner class. |
| SystemPropertySource |
This
PropertySource manages the system properties. |
Copyright © 2016–2017 Apache Software Foundation. All rights reserved.