| Interface | Description |
|---|---|
| ConfijAnyFormat | |
| ConfijAnyResource |
A resource provider basically reads a string from anywhere given an URI.
|
| ConfijAnySource | |
| ServiceLoaderSourceAware |
| Class | Description |
|---|---|
| AnyResourceAnyFormatAnySource |
An 'any'-resource which dynamically combines a stringifyable source (like a file) with a format (like properties).
|
| AnySourceImpl |
An 'aggregating' configuration source provider: It will attempt to configure using any of the
ConfigSourceBuilders registered as
ServiceLoaders. |
| FixResourceAnyFormatSource | |
| FixResourceFixFormatSource |
An immutable mapping between a source (like a file) and a format (like properties).
|