public class LongParserValidator extends RangeParserValidator<Long>
LEFT_RANGE_DELIMITER, RANGE_REGEXP, RIGHT_RANGE_DELIMITER
LEFT_PARAM_DELIMITER, model, PARAMETER_REGEXP, RIGHT_PARAM_DELIMITER, type, typeRegexp
Constructor and Description |
---|
LongParserValidator(String model) |
Modifier and Type | Method and Description |
---|---|
protected Converter<Long> |
createConverter(String model)
Create a converter used by this parser
|
createValidator, extractRange, typeRegexpWithOrWithoutRange
getClassType, ignoreCaseQuotedRegexp, ignoreCaseRegexp, parseAndGetOneGroup, parseAndGetRegexGroups, parseAndValidate, parseAndValidate
public LongParserValidator(String model) throws ModelSyntaxException
ModelSyntaxException
protected Converter<Long> createConverter(String model) throws ModelSyntaxException
BaseParserValidator
createConverter
in class BaseParserValidator<Long>
model
- model used to create the converterModelSyntaxException