public class ValidationErrors extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ValidationErrors.ValidationError<T> |
| Constructor and Description |
|---|
ValidationErrors() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addError(String parentDataPath,
String dataPath,
T value,
String... errorMsgKeys) |
List<ValidationErrors.ValidationError> |
getErrors() |
String |
getValidationErrorSummary() |
boolean |
hasErrors() |
boolean |
isEmpty() |
String |
toString() |
public <T> void addError(String parentDataPath, String dataPath, T value, String... errorMsgKeys)
public boolean isEmpty()
public boolean hasErrors()
public List<ValidationErrors.ValidationError> getErrors()
public String getValidationErrorSummary()
Copyright © 2017 Codeblock GmbH. All rights reserved.