public interface ValidationMessage
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns the error message if not valid, null otherwise.
|
Map<String,? extends Serializable> |
getMeta()
Returns a map with meta information about the error.
|
boolean |
isValid()
Returns true if it's an error, false otherwise.
|
boolean isValid()
String getMessage()
Map<String,? extends Serializable> getMeta()
Copyright © 2020. All rights reserved.