| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.load |
| Modifier and Type | Field and Description |
|---|---|
static List<ValidatedValue> |
LoaderValues.EMPTY_PROP_VALUE_LIST |
| Modifier and Type | Method and Description |
|---|---|
List<ValidatedValue> |
LoaderValues.getValues() |
| Constructor and Description |
|---|
LoaderValues(Loader loader,
List<ValidatedValue> inValues,
ProblemList<Problem> problems) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> ValidatedValue |
BaseLoader.createValue(StaticPropertyConfigurationInternal appConfigDef,
Property<T> prop,
String untrimmedString) |
protected ValidatedValue |
BaseLoader.findDuplicateProperty(ValidatedValue current,
List<ValidatedValue> values) |
| Modifier and Type | Method and Description |
|---|---|
protected ValidatedValue |
BaseLoader.findDuplicateProperty(ValidatedValue current,
List<ValidatedValue> values) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseLoader.attemptToAdd(StaticPropertyConfigurationInternal appConfigDef,
List<ValidatedValue> values,
ProblemList<Problem> loaderProblems,
Property prop,
Object value)
Util method to attempt to load an object of an unknown type to a property.
|
protected void |
BaseLoader.attemptToAdd(StaticPropertyConfigurationInternal appConfigDef,
List<ValidatedValue> values,
ProblemList<Problem> loaderProblems,
String key,
String strValue)
Util method to load a String to a property by name.
|
protected ValidatedValue |
BaseLoader.findDuplicateProperty(ValidatedValue current,
List<ValidatedValue> values) |
Copyright © 2017. All rights reserved.