Package | Description |
---|---|
io.vertx.core.json.pointer | |
io.vertx.reactivex.core.json.pointer | |
io.vertx.rxjava.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).The first element of the list is objectToQuery and the last is the result, or the element before the first null was encountered |
Object |
JsonPointer.write(Object objectToWrite,
JsonPointerIterator iterator,
Object newElement,
boolean createOnMissing)
Write
newElement in objectToWrite using this pointer. |
Modifier and Type | Method and Description |
---|---|
JsonPointerIterator |
JsonPointerIterator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JsonPointerIterator |
JsonPointerIterator.newInstance(JsonPointerIterator arg) |
Constructor and Description |
---|
JsonPointerIterator(JsonPointerIterator delegate) |
Modifier and Type | Method and Description |
---|---|
JsonPointerIterator |
JsonPointerIterator.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static JsonPointerIterator |
JsonPointerIterator.newInstance(JsonPointerIterator arg) |
Constructor and Description |
---|
JsonPointerIterator(JsonPointerIterator delegate) |
Copyright © 2021 Eclipse. All rights reserved.