public interface ValidationBuilderTarget
| Modifier and Type | Method and Description |
|---|---|
ValidationBuilderArray |
all(JsonArray array)
Validates all the elements of the specified
JsonArray. |
ValidationBuilderCore |
element(Object element)
The element to validate.
|
ValidationBuilderCore element(Object element)
ValidationBuilderArray all(JsonArray array)
JsonArray.
Each validation key will be the original validation key followed by "[X]", where "X" is the position of the validated element in the array.
Copyright © 2016. All rights reserved.