| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.property |
| Modifier and Type | Class and Description |
|---|---|
class |
EffectiveName
A name for a Property that has been processed by a NamingStrategy to create
an effectiveIn name, which may be different than the original name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Name> |
Property.getRequestedAliases()
The list of Aliases requested by this property in its declaration.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Name> |
PropertyBuilderBase._aliases |
| Modifier and Type | Method and Description |
|---|---|
List<Name> |
PropertyBase.getRequestedAliases() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertyBuilderBase.addAlias(Name newAlias,
List<Name> addToList)
Used by public alias methods to actually add the Alias.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertyBuilderBase.addAlias(Name newAlias,
List<Name> addToList)
Used by public alias methods to actually add the Alias.
|
| Constructor and Description |
|---|
FlagProp(Boolean defaultValue,
boolean required,
String shortDesc,
List<Name> aliases,
PropertyType paramType,
ValueType<Boolean> valueType,
Trimmer trimmer,
String helpText) |
IntProp(Integer defaultValue,
boolean required,
String shortDesc,
List<Validator<Integer>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<Integer> valueType,
Trimmer trimmer,
String helpText) |
LngProp(Long defaultValue,
boolean required,
String shortDesc,
List<Validator<Long>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<Long> valueType,
Trimmer trimmer,
String helpText) |
LocalDateTimeProp(LocalDateTime defaultValue,
boolean required,
String shortDesc,
List<Validator<LocalDateTime>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<LocalDateTime> valueType,
Trimmer trimmer,
String helpText) |
PropertyBase(T defaultValue,
boolean required,
String shortDesc,
List<Validator<T>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<T> valueType,
Trimmer trimmer,
String helpText) |
StrProp(String defaultValue,
boolean required,
String shortDesc,
List<Validator<String>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<String> valueType,
Trimmer trimmer,
String helpText) |
Copyright © 2017. All rights reserved.