public class ValidationContext extends Object
| Modifier and Type | Field and Description |
|---|---|
private String[] |
path |
private javax.json.JsonObject |
schema |
private Function<javax.json.JsonValue,javax.json.JsonValue> |
valueProvider |
| Constructor and Description |
|---|
ValidationContext(String[] path,
javax.json.JsonObject schema,
Function<javax.json.JsonValue,javax.json.JsonValue> valueProvider) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getPath() |
javax.json.JsonObject |
getSchema() |
Function<javax.json.JsonValue,javax.json.JsonValue> |
getValueProvider() |
String |
toPointer() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.