| com.jgoodies.validation.Validator
Validator | public interface Validator (Code) | | Describes objects that can validate other objects.
In contrast a
Validatable can validate itself.
author: Karsten Lentzsch version: $Revision: 1.11 $ See Also: ValidationResult since: 2.0< Parameters: T - > the type of the objects to be validated |
validate | ValidationResult validate(T validationTarget)(Code) | | Validates the given validation target and returns the validation result
as an instance of
ValidationResult .
Parameters: validationTarget - the object to be validated the validation result |
|
|