public interface FlagTypeParser<T>
Modifier and Type | Field and Description |
---|---|
static FlagTypeParser<Boolean> |
BOOLEAN_PARSER |
static FlagTypeParser<Double> |
DOUBLE_PARSER |
static FlagTypeParser<Long> |
LONG_PARSER |
static FlagTypeParser<String> |
STRING_PARSER |
Modifier and Type | Method and Description |
---|---|
T |
parse(CharSequence value)
Analyze the given value and return an instance of the type class for this instance.
|
static final FlagTypeParser<Boolean> BOOLEAN_PARSER
static final FlagTypeParser<Long> LONG_PARSER
static final FlagTypeParser<Double> DOUBLE_PARSER
static final FlagTypeParser<String> STRING_PARSER
T parse(CharSequence value)
value
- the value to parseCopyright © 2013. All rights reserved.