| Interface | Description |
|---|---|
| AndHowConfiguration<C extends AndHowConfiguration> | |
| AndHowInit |
Marks a class as an auto-discoverable configuration provider for AndHow in production.
|
| AndHowTestInit |
Marks a class as an auto-discoverable configuration provider for AndHow during testing.
|
| Options |
Global options to configure AndHow behavior.
|
| Class | Description |
|---|---|
| AndHow |
Central AndHow singleton class.
|
| AndHow.Initialization |
Encapsulate when and where AndHow was initialized.
|
| BaseConfig<C extends BaseConfig<C>> |
Basic abstract implementation for AndHowConfiguration instances.
|
| PropertyValue<T> |
Simple class to bundle a Property and value.
|
| StdConfig | |
| StdConfig.StdConfigAbstract<S extends StdConfig.StdConfigAbstract<S>> |
Abstract class here lets this be extended maintaining the generic types
|
| StdConfig.StdConfigImpl |
Final class 'closes' the generics for an actual implementation.
|
| Annotation Type | Description |
|---|---|
| GroupExport |
Causes all the Properties in the annotated class to be exported by the specified Exporter.
|
| GroupExport.List |
Required container for Repeatable annotations.
|
| GroupInfo |
Annotation to allow users to include documentation on PropertyGroups.
|
Copyright © 2022. All rights reserved.