| Package | Description |
|---|---|
| org.jsefa.common.validator |
| Modifier and Type | Method and Description |
|---|---|
static ValidationError |
ValidationError.create(String errorCode,
String errorText,
ObjectPathElement... relativeObjectPathElements)
Constructs a new
ValidationError. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ValidationError> |
ValidationResult.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.create(ValidationError... errors)
Creates a
ValidationResult. |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.create(Collection<ValidationError> errors)
Creates a
ValidationResult. |
Copyright © 2014. All rights reserved.