public abstract class RuleValidator<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleValidator.FontValidatorError |
static class |
RuleValidator.ValidatorErrorType |
| Constructor and Description |
|---|
RuleValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRuleDefinition(Object ruleDefinition) |
RuleValidator.ValidatorErrorType |
getValidateLevel() |
void |
setValidateLevel(RuleValidator.ValidatorErrorType validateLevel) |
List<RuleValidator.FontValidatorError> |
validate(T toValidate) |
void |
validateWithExceptionsThrown(T toValidate) |
public List<RuleValidator.FontValidatorError> validate(T toValidate) throws InvocationTargetException, IllegalAccessException
public void validateWithExceptionsThrown(T toValidate) throws InvocationTargetException, IllegalAccessException, FontValidationException
public void addRuleDefinition(Object ruleDefinition)
public RuleValidator.ValidatorErrorType getValidateLevel()
public void setValidateLevel(RuleValidator.ValidatorErrorType validateLevel)
Copyright © 2018. All rights reserved.