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