T
- the type of the objects to be validatedpublic interface Validator<T>
Validatable
can validate itself.ValidationResult
Modifier and Type | Method and Description |
---|---|
ValidationResult |
validate(T validationTarget)
Validates the given validation target and returns the validation result
as an instance of
ValidationResult . |
ValidationResult validate(T validationTarget)
ValidationResult
.validationTarget
- the object to be validatedCopyright © 2003-2011 JGoodies Karsten Lentzsch. All Rights Reserved.