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