| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.property | |
| org.yarnandtail.andhow.valuetype |
| Modifier and Type | Method and Description |
|---|---|
ValueType<T> |
Property.getValueType()
The type of the value (String, Number, Integer, etc).
|
| Modifier and Type | Field and Description |
|---|---|
protected ValueType<T> |
PropertyBuilderBase._valueType |
| Modifier and Type | Method and Description |
|---|---|
ValueType<T> |
PropertyBase.getValueType() |
| Modifier and Type | Method and Description |
|---|---|
B |
PropertyBuilderBase.valueType(ValueType<T> valueType)
This method should be called by subclasses.
|
| Constructor and Description |
|---|
DblProp(Double defaultValue,
boolean required,
String shortDesc,
List<Validator<Double>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<Double> valueType,
Trimmer trimmer,
String helpText) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseValueType<T> |
class |
DblType
Type representation of Java Double objects.
|
class |
FlagType |
class |
IntType
Type representation of Java Integer objects.
|
class |
LngType
Type representation of Java Long objects.
|
class |
LocalDateTimeType
Type representation of Java LocalDateTime objects.
|
class |
StrType |
Copyright © 2017. All rights reserved.