|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationResult | |
---|---|
net.sf.jsefa.common.validator |
Uses of ValidationResult in net.sf.jsefa.common.validator |
---|
Fields in net.sf.jsefa.common.validator declared as ValidationResult | |
---|---|
static ValidationResult |
ValidationResult.VALID
The single ValidationResult to be returned if a given value is valid. |
Methods in net.sf.jsefa.common.validator that return ValidationResult | |
---|---|
static ValidationResult |
ValidationResult.create(Collection<ValidationError> errors)
Creates a ValidationResult . |
static ValidationResult |
ValidationResult.create(ValidationError... errors)
Creates a ValidationResult . |
ValidationResult |
ValidationException.getValidationResult()
|
ValidationResult |
Validator.validate(Object value)
Validates the given value and returns a ValidationResult describing the result of the validation. |
ValidationResult |
StringValidator.validate(Object value)
Validates the given value and returns a ValidationResult describing the result of the validation. |
ValidationResult |
NumberValidator.validate(Object value)
Validates the given value and returns a ValidationResult describing the result of the validation. |
ValidationResult |
MapValidator.validate(Object value)
Validates the given value and returns a ValidationResult describing the result of the validation. |
ValidationResult |
CollectionValidator.validate(Object value)
Validates the given value and returns a ValidationResult describing the result of the validation. |
ValidationResult |
BigDecimalValidator.validate(Object value)
Validates the given value and returns a ValidationResult describing the result of the validation. |
Constructors in net.sf.jsefa.common.validator with parameters of type ValidationResult | |
---|---|
ValidationException(ValidationResult validationResult)
Constructs a new ValidationException with the specified ValidationResult . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |