| Interface | Description |
|---|---|
| CascadeStrategy |
Strategy for determining a set of cascading resource names.
|
| Config |
Core API for reading a configuration.
|
| Config.Visitor<T> | |
| ConfigListener |
Listener for property updates.
|
| ConfigLoader |
SPI for loading configurations.
|
| ConfigLoader.Loader |
DSL for loading a configuration
|
| ConfigReader |
Contract for a configuration file loader.
|
| Decoder |
API for decoding properties to arbitrary types.
|
| IoCContainer |
Interface used by ConfigBinder to integrate with a DI framework that
allows for named injection.
|
| Property<T> |
API to access latest cached value for a Property.
|
| PropertyContainer |
Container for a single property that can be parse as any type.
|
| PropertyFactory |
Factory of PropertyContainer objects.
|
| PropertyListener<T> |
Handler for property change notifications for a single property key
|
| StrInterpolator |
API for interpolating a string.
|
| StrInterpolator.Context |
Top level context
|
| StrInterpolator.Lookup |
Lookup of a raw string for replacements.
|
| StrInterpolatorFactory |
SPI for specifying the
StrInterpolator type used by ConfigManager. |