|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ValidationResult | |
| org.sovt | Provides core interfaces and user-entry-point class. |
| org.sovt.impl | Different inspectors. |
| Uses of ValidationResult in org.sovt |
| Classes in org.sovt that implement ValidationResult | |
class |
PrefixedValidationResult
This validation result may be used to add all messages with a prefix (key) to an existing ValidationResult. |
class |
SimpleValidationResult
This is container for validation results. |
| Methods in org.sovt that return ValidationResult | |
static ValidationResult |
Sovt.validate(java.lang.Object object,
java.lang.String validator)
Performs validation of the object. |
| Methods in org.sovt with parameters of type ValidationResult | |
void |
Validator.validate(java.lang.Object object,
ValidationResult result)
Implementation should validate given object and use result parameter to store stores validation result. |
java.lang.Object |
Inspector.inspect(java.lang.Object object,
ValidationResult result)
Performs transformation and validation of given object. |
| Constructors in org.sovt with parameters of type ValidationResult | |
PrefixedValidationResult(ValidationResult result,
java.lang.String prefix)
|
|
| Uses of ValidationResult in org.sovt.impl |
| Methods in org.sovt.impl with parameters of type ValidationResult | |
java.lang.Object |
PropertySelector.inspect(java.lang.Object object,
ValidationResult result)
Performs transformation and validation of given object. |
void |
PropertySelector.validate(java.lang.Object object,
ValidationResult result)
Implementation should validate given object and use result parameter to store stores validation result. |
void |
RequiredValidator.validate(java.lang.Object object,
ValidationResult result)
|
void |
GroupValidator.validate(java.lang.Object object,
ValidationResult result)
Validates object by invoking all validators on it. |
java.lang.Object |
GroupInspector.inspect(java.lang.Object object,
ValidationResult result)
Performs transformation and validation of given object. |
void |
LengthValidator.validate(java.lang.Object object,
ValidationResult result)
Validates if object string value is in specified range. |
java.lang.Object |
ParserInspector.inspect(java.lang.Object object,
ValidationResult result)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||