| Package | Description |
|---|---|
| org.yarnandtail.andhow.api | |
| org.yarnandtail.andhow.property |
| Modifier and Type | Method and Description |
|---|---|
Trimmer |
Property.getTrimmer()
The Trimmer responsible for trimming String values before they are converted
to the appropriate property type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuotedSpacePreservingTrimmer
This trimmer trims to null and treats double quotes as whitespace
preserving markers.
|
class |
TrimToNullTrimmer
This trimmer trims to null.
|
| Modifier and Type | Field and Description |
|---|---|
protected Trimmer |
PropertyBuilderBase._trimmer |
| Modifier and Type | Method and Description |
|---|---|
Trimmer |
PropertyBase.getTrimmer() |
| Modifier and Type | Method and Description |
|---|---|
B |
PropertyBuilderBase.trimmer(Trimmer trimmer)
Assigns the whitespace trimmer that is used on the raw value.
|
| 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.