public class ValidationErrors.ValidationError<T> extends Object
| Constructor and Description |
|---|
ValidationError(String dataPath,
T value,
String... errorMsgKeys) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDataPath() |
String[] |
getErrorMsgKeys() |
T |
getValue() |
int |
hashCode() |
String |
toString() |
Copyright © 2017 Codeblock GmbH. All rights reserved.