-
public interface Validatable
This is the abstract interface for an object, that can bevalidated
.- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationResult
validate()
This method performs the actual validation.
-
-
-
Method Detail
-
validate
ValidationResult validate()
This method performs the actual validation.- Returns:
ValidationResult
the validation failure.- See Also:
Validator.validate(Object)
-
-