private static class MaxItemsValidation.Impl extends BaseValidation
| Modifier and Type | Field and Description |
|---|---|
private int |
bound |
extractor, pointer| Modifier | Constructor and Description |
|---|---|
private |
Impl(java.lang.String pointer,
java.util.function.Function<javax.json.JsonValue,javax.json.JsonValue> extractor,
int bound) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.stream.Stream<ValidationResult.ValidationError> |
onArray(javax.json.JsonArray array) |
java.lang.String |
toString() |
apply, isNull, onBoolean, onNumber, onObject, onStringprivate Impl(java.lang.String pointer,
java.util.function.Function<javax.json.JsonValue,javax.json.JsonValue> extractor,
int bound)
protected java.util.stream.Stream<ValidationResult.ValidationError> onArray(javax.json.JsonArray array)
onArray in class BaseValidationpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.