-
public interface ValidatableThis 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 ValidationResultvalidate()This method performs the actual validation.
-
-
-
Method Detail
-
validate
ValidationResult validate()
This method performs the actual validation.- Returns:
ValidationResultthe validation failure.- See Also:
Validator.validate(Object)
-
-