public class StrProp extends PropertyBase<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
StrProp.StrBuilder |
| Constructor and Description |
|---|
StrProp(String defaultValue,
boolean nonNull,
String shortDesc,
List<Validator<String>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<String> valueType,
Trimmer trimmer,
String helpText) |
| Modifier and Type | Method and Description |
|---|---|
static StrProp.StrBuilder |
builder() |
getDefaultValue, getDescription, getExplicitValue, getHelpText, getPropertyType, getRequestedAliases, getTrimmer, getValidators, getValue, getValueType, isNonNullRequiredpublic static StrProp.StrBuilder builder()
Copyright © 2017. All rights reserved.