BaseConfigurationFactory<T> |
A generic factory class for loading configuration files, binding them to configuration objects, and
validating their constraints.
|
ConfigurationMetadata |
A class to get metadata about the properties that are available in a configuration class.
|
DefaultConfigurationFactoryFactory<T> |
|
EnvironmentVariableLookup |
A custom StringLookup implementation using environment variables as lookup source.
|
EnvironmentVariableSubstitutor |
A custom StringSubstitutor using environment variables as lookup source.
|
FileConfigurationSourceProvider |
|
JsonConfigurationFactory<T> |
A factory class for loading JSON configuration files, binding them to configuration objects, and
validating their constraints.
|
ResourceConfigurationSourceProvider |
|
SubstitutingSourceProvider |
A delegating ConfigurationSourceProvider which replaces variables in the underlying configuration
source according to the rules of a custom StringSubstitutor .
|
UrlConfigurationSourceProvider |
|
YamlConfigurationFactory<T> |
A factory class for loading YAML configuration files, binding them to configuration objects, and
validating their constraints.
|