| AndHowCore |
Actual central instance of the AndHow state after a successful startup.
|
| ConstructionDefinitionImmutable |
An immutable instance that can be used during runtime.
|
| ConstructionDefinitionMutable |
A mutable version that can be used during AndHow startup.
|
| ConstructionProblem |
A problem bootstrapping the AndHow, prior to attempting to load any values.
|
| ConstructionProblem.DuplicateLoader |
|
| ConstructionProblem.DuplicateProperty |
|
| ConstructionProblem.ExportException |
|
| ConstructionProblem.InvalidDefaultValue |
|
| ConstructionProblem.InvalidValidationConfiguration |
|
| ConstructionProblem.LoaderPropertyIsNull |
|
| ConstructionProblem.LoaderPropertyNotRegistered |
|
| ConstructionProblem.NonUniqueNames |
|
| ConstructionProblem.PropertyNotPartOfGroup |
|
| ConstructionProblem.SecurityException |
|
| LoaderProblem |
A problem bootstrapping the AndHow, prior to attempting to load any values.
|
| LoaderProblem.DuplicatePropertyLoaderProblem |
|
| LoaderProblem.IOLoaderProblem |
|
| LoaderProblem.JndiContextLoaderProblem |
|
| LoaderProblem.ObjectConversionValueProblem |
|
| LoaderProblem.ParsingLoaderProblem |
|
| LoaderProblem.SourceNotFoundLoaderProblem |
|
| LoaderProblem.StringConversionLoaderProblem |
|
| LoaderProblem.UnknownPropertyLoaderProblem |
|
| LoaderValueCoord |
Location of a value, as loaded by a specific loader for a specific Property.
|
| NameAndProperty |
Simple way to pass the canonical name and associated property around
|
| PropertyCoord |
Logical location of a Property (Group and Property).
|
| ReportGenerator |
|
| RequirementProblem |
A problem of required values not being specified.
|
| RequirementProblem.RequiredPropertyGroupProblem |
|
| RequirementProblem.RequiredPropertyProblem |
|
| ValueMapImmutable |
|
| ValueMapWithContextBase |
Shared base implementation for both immutable and mutable versions.
|
| ValueMapWithContextImmutable |
|
| ValueMapWithContextMutable |
|
| ValueProblem |
Problems with invalid values, values that cannot be converted to their destination type.
|
| ValueProblem.InvalidValueProblem<T> |
|