| Modifier and Type | Method and Description |
|---|---|
LoaderEnvironment |
BaseConfig.getLoaderEnvironment()
Returns an immutable LoaderEnvironment with all collections fully expanded.
|
LoaderEnvironment |
AndHowConfiguration.getLoaderEnvironment()
The environment for
Loaders when they load values. |
| Modifier and Type | Method and Description |
|---|---|
LoaderValues |
Loader.load(PropertyConfigurationInternal runtimeDef,
LoaderEnvironment environment,
ValidatedValuesWithContext existingValues)
Builds up a list of LoaderValues by loading property values from a configuration source.
|
| Constructor and Description |
|---|
AndHowCore(NamingStrategy naming,
List<Loader> loaders,
LoaderEnvironment loaderEnvironment,
List<GroupProxy> registeredGroups) |
| Modifier and Type | Method and Description |
|---|---|
LoaderValues |
PropFileOnFilesystemLoader.load(PropertyConfigurationInternal appConfigDef,
LoaderEnvironment environment,
ValidatedValuesWithContext existingValues) |
LoaderValues |
PropFileOnClasspathLoader.load(PropertyConfigurationInternal appConfigDef,
LoaderEnvironment environment,
ValidatedValuesWithContext existingValues) |
LoaderValues |
MapLoader.load(PropertyConfigurationInternal runtimeDef,
LoaderEnvironment environment,
ValidatedValuesWithContext existingValues) |
| Modifier and Type | Method and Description |
|---|---|
LoaderValues |
StdSysPropLoader.load(PropertyConfigurationInternal runtimeDef,
LoaderEnvironment environment,
ValidatedValuesWithContext existingValues) |
LoaderValues |
StdMainStringArgsLoader.load(PropertyConfigurationInternal runtimeDef,
LoaderEnvironment environment,
ValidatedValuesWithContext existingValues) |
LoaderValues |
StdJndiLoader.load(PropertyConfigurationInternal appConfigDef,
LoaderEnvironment environment,
ValidatedValuesWithContext existingValues) |
LoaderValues |
StdFixedValueLoader.load(PropertyConfigurationInternal runtimeDef,
LoaderEnvironment environment,
ValidatedValuesWithContext existingValues) |
LoaderValues |
StdEnvVarLoader.load(PropertyConfigurationInternal runtimeDef,
LoaderEnvironment environment,
ValidatedValuesWithContext existingValues) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoaderEnvironmentBuilder
A mutable builder implementation of
LoaderEnvironment. |
class |
LoaderEnvironmentImm
An immutable LoaderEnvironment implementation.
|
Copyright © 2022. All rights reserved.