| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.load | |
| org.yarnandtail.andhow.load.util |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValue<?>> |
LoaderEnvironment.getFixedPropertyValues()
Returns a List of hard-coded / fixed values for some properties in the form of a List of
PropertyValues, set application code prior to AndHow initialization. |
| Modifier and Type | Method and Description |
|---|---|
LoaderValues |
BaseFixedValueLoader.load(PropertyConfigurationInternal runtimeDef,
Map<String,Object> fixedNamedValues,
List<PropertyValue<?>> fixedPropertyValues)
Load from the passed collections of property values.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyValue<?>> |
LoaderEnvironmentBuilder._fixedPropertyValues |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyValue<?>> |
LoaderEnvironmentImm.getFixedPropertyValues() |
List<PropertyValue<?>> |
LoaderEnvironmentBuilder.getFixedPropertyValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderEnvironmentBuilder.setFixedPropertyValues(List<PropertyValue<?>> fixedVals)
Set the fixed / hardcoded property values, overriding any previously set values.
|
| Constructor and Description |
|---|
LoaderEnvironmentImm(Map<String,String> envVars,
Map<String,String> sysProps,
List<String> cmdLineArgs,
Map<String,Object> fixedNamedValues,
List<PropertyValue<?>> fixedPropertyValues,
Supplier<JndiContextWrapper> jndiContextSupplier)
A new LoaderEnvironmentImm instance.
|
Copyright © 2022. All rights reserved.