Package | Description |
---|---|
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 | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<JsonPointerIterator> |
JsonPointerIterator.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static JsonPointerIterator |
JsonPointerIterator.newInstance(JsonPointerIterator arg) |
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2023 Eclipse. All rights reserved.