public interface ValidationResult
Validator interface.| Modifier and Type | Method and Description |
|---|---|
String |
getErrorDescription()
The validation error that have been found.
|
default boolean |
isErroneous()
Returns true if there is a validation error, false otherwise.
|
default boolean |
isValid()
Returns true if there is no validation error, false otherwise.
|
default boolean isValid()
default boolean isErroneous()
Copyright © 2020. All rights reserved.