public class BooleanParserValidator extends BaseParserValidator<Boolean>
LEFT_PARAM_DELIMITER, model, PARAMETER_REGEXP, RIGHT_PARAM_DELIMITER, type, typeRegexp
Constructor and Description |
---|
BooleanParserValidator(String model) |
Modifier and Type | Method and Description |
---|---|
protected Converter<Boolean> |
createConverter(String model)
Create a converter used by this parser
|
protected Validator<Boolean> |
createValidator(String model,
Converter<Boolean> converter)
Create a validator used by this parser, using eventually a converter
|
getClassType, ignoreCaseQuotedRegexp, ignoreCaseRegexp, parseAndGetOneGroup, parseAndGetRegexGroups, parseAndValidate, parseAndValidate
public BooleanParserValidator(String model) throws ModelSyntaxException
ModelSyntaxException
protected Converter<Boolean> createConverter(String model) throws ModelSyntaxException
BaseParserValidator
createConverter
in class BaseParserValidator<Boolean>
model
- model used to create the converterModelSyntaxException
protected Validator<Boolean> createValidator(String model, Converter<Boolean> converter) throws ModelSyntaxException
BaseParserValidator
createValidator
in class BaseParserValidator<Boolean>
model
- model used to create the validatorconverter
- converter eventually used to create the validatorModelSyntaxException