| Package | Description |
|---|---|
| io.vertx.core.json.pointer |
| Modifier and Type | Field and Description |
|---|---|
static JsonPointerIterator |
JsonPointerIterator.JSON_ITERATOR
Instance of a JsonPointerIterator to query Vert.x Json structures
|
| Modifier and Type | Method and Description |
|---|---|
default Object |
JsonPointer.query(Object objectToQuery,
JsonPointerIterator iterator)
Query
objectToQuery using the provided JsonPointerIterator. |
Object |
JsonPointer.queryOrDefault(Object objectToQuery,
JsonPointerIterator iterator,
Object defaultValue)
Query
objectToQuery using the provided JsonPointerIterator. |
List<Object> |
JsonPointer.tracedQuery(Object objectToQuery,
JsonPointerIterator iterator)
Query
objectToQuery tracing each element walked during the query, including the first and the result (if any). |
Object |
JsonPointer.write(Object objectToWrite,
JsonPointerIterator iterator,
Object newElement,
boolean createOnMissing)
Write
newElement in objectToWrite using this pointer. |
Copyright © 2026 Eclipse. All rights reserved.