Uses of Class
io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Packages that use JsonPointerIterator
-
Uses of JsonPointerIterator in io.vertx.reactivex.core.json.pointer
Fields in io.vertx.reactivex.core.json.pointer declared as JsonPointerIteratorModifier and TypeFieldDescriptionstatic final JsonPointerIteratorJsonPointerIterator.JSON_ITERATORInstance of a JsonPointerIterator to query Vert.x Json structuresFields in io.vertx.reactivex.core.json.pointer with type parameters of type JsonPointerIteratorModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<JsonPointerIterator> JsonPointerIterator.__TYPE_ARGMethods in io.vertx.reactivex.core.json.pointer that return JsonPointerIteratorModifier and TypeMethodDescriptionstatic JsonPointerIteratorJsonPointerIterator.newInstance(JsonPointerIterator arg) Methods in io.vertx.reactivex.core.json.pointer with parameters of type JsonPointerIteratorModifier and TypeMethodDescriptionJsonPointer.query(Object objectToQuery, JsonPointerIterator iterator) QueryobjectToQueryusing the providedJsonPointerIterator.JsonPointer.queryOrDefault(Object objectToQuery, JsonPointerIterator iterator, Object defaultValue) QueryobjectToQueryusing the providedJsonPointerIterator.JsonPointer.tracedQuery(Object objectToQuery, JsonPointerIterator iterator) QueryobjectToQuerytracing 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 encounteredJsonPointer.write(Object objectToWrite, JsonPointerIterator iterator, Object newElement, boolean createOnMissing) WritenewElementinobjectToWriteusing this pointer.