Interface | Description |
---|---|
Config |
The ancestor of all configuration interfaces.
|
ConfigMethod.Factory |
Interface describing a configuration method factory.
|
ConfigPersister |
Class | Description |
---|---|
AppPropertiesLocator |
Bean providing lookup of app properties defined in config interfaces.
|
AppPropertyEntity | |
ConfigAccessorMethod |
Superclass for all field accessor method implementations.
|
ConfigDefaultMethod |
Invokes default method of configuration interfaces.
|
ConfigGetter |
Implementation of configuration getter methods.
|
ConfigHandler |
Configuration interface method handler.
|
ConfigMethod |
Superclass for all configuration method implementations.
|
ConfigMethods | |
ConfigSetter |
Implementation of configuration setter methods.
|
ConfigStorageCommon | |
ConfigUtil |
Various configuration utility methods.
|
Enum | Description |
---|---|
EnumStoreMode |
Identifies the way to store enum class values in the config storage.
|
SourceType |
Annotation Type | Description |
---|---|
EnumStore |
Annotation for config properties, specifying the way to store enum values.
|
Property |
Annotation specifying a configuration property name.
|
Source |