| Interface | Description |
|---|---|
| PropertyConfigurationInternal |
Provides a complete view of all known Properties.
|
| Class | Description |
|---|---|
| AndHowCore |
Actual central instance of AndHow's state after a successful initialization.
|
| ConstructionProblem |
A problem with the configuration of AndHow itself, invalid Property or Loader
configurations, etc..
|
| ConstructionProblem.DuplicateLoader | |
| ConstructionProblem.DuplicateProperty | |
| ConstructionProblem.ExportException | |
| ConstructionProblem.InvalidDefaultValue | |
| ConstructionProblem.InvalidValidationConfiguration | |
| ConstructionProblem.LoaderPropertyIsNull | |
| ConstructionProblem.LoaderPropertyNotRegistered | |
| ConstructionProblem.NonUniqueNames | |
| ConstructionProblem.PropertyNotPartOfGroup | |
| ConstructionProblem.SecurityException | |
| InitializationProblem |
AndHow initialization problems resulting from illegal method calls due to
odd/unsupported user code to configure or initialize AndHow, or classpath setup.
|
| InitializationProblem.IllegalMethodCalledAfterInitialization | |
| InitializationProblem.InitiationLoop | |
| InitializationProblem.SetConfigCalledDuringFindConfig | |
| InitializationProblem.SetConfigCalledDuringInitialization | |
| InitializationProblem.TooManyAndHowInitInstances |
This is really a configuration of AndHow problem - it happens while AndHow tries
to find its configuration.
|
| LoaderProblem |
A problem bootstrapping the AndHow, prior to attempting to load any values.
|
| LoaderProblem.DuplicatePropertyLoaderProblem | |
| LoaderProblem.IOLoaderProblem | |
| LoaderProblem.JndiContextMissing | |
| LoaderProblem.ObjectConversionValueProblem | |
| LoaderProblem.ParsingLoaderProblem | |
| LoaderProblem.SourceNotFoundLoaderProblem | |
| LoaderProblem.StringConversionLoaderProblem | |
| LoaderProblem.UnknownPropertyLoaderProblem | |
| LoaderPropertyCoord |
Location of a Property value, as loaded by a specific loader..
|
| NameAndProperty |
Simple way to pass the canonical name and associated property around
|
| PropertyConfigurationImmutable |
An immutable instance that can be used during runtime.
|
| PropertyConfigurationMutable |
A mutable version that can be used during AndHow startup.
|
| PropertyCoord |
Logical location of a Property (Group and Property).
|
| PropertyProblem |
Base class for all Property related Problems.
|
| ReportGenerator |
Generates configuration template files for the user, based on configured properties and the
Loaders currently available.
|
| RequirementProblem |
A Property which must be non-null was left unspecified after value loading completed.
|
| RequirementProblem.NonNullPropertyProblem | |
| ValidatedValuesImmutable |
Immutable implementation of ValidatedValues.
|
| ValidatedValuesWithContextBase |
Shared base implementation for both immutable and mutable versions.
|
| ValidatedValuesWithContextImmutable |
Immutable ValidatedValues implementation that stores extra context info.
|
| ValidatedValuesWithContextMutable |
Mutable ValidatedValues implementation w/ context info.
|
| ValueProblem |
Problems with invalid values, values that cannot be converted to their destination type.
|
| ValueProblem.InvalidValueProblem<T> |
| Exception | Description |
|---|---|
| AndHowIllegalStateException |
Runtime exceptions for illegal operations / states
|
| AndHowIllegalStateException.UnrecognizedPropertyException |
Copyright © 2022. All rights reserved.