| Package | Description |
|---|---|
| org.craftercms.commons.validation | |
| org.craftercms.commons.validation.validators | |
| org.craftercms.commons.validation.validators.impl |
| Modifier and Type | Field and Description |
|---|---|
protected ValidationResult |
ValidationException.result |
protected ValidationResult |
ValidationRuntimeException.result |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ValidationException.getResult() |
ValidationResult |
ValidationRuntimeException.getResult() |
| Constructor and Description |
|---|
ValidationException(ValidationResult result) |
ValidationRuntimeException(ValidationResult result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Validator.validate(T target,
ValidationResult result) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StringValidator.validate(String target,
ValidationResult result) |
boolean |
AbstractNumberValidator.validate(T target,
ValidationResult result) |
boolean |
BasicValidator.validate(T target,
ValidationResult result) |
protected void |
ValidateParamsAspect.validateParam(Annotation annotation,
Object param,
ValidationResult result) |
Copyright © 2017 CrafterCMS. All Rights Reserved.