Uses of Interface
io.vertx.core.json.pointer.JsonPointerIterator
-
Packages that use JsonPointerIterator Package Description io.vertx.core.json.pointer -
-
Uses of JsonPointerIterator in io.vertx.core.json.pointer
Fields in io.vertx.core.json.pointer declared as JsonPointerIterator Modifier and Type Field Description static JsonPointerIteratorJsonPointerIterator. JSON_ITERATORInstance of a JsonPointerIterator to query Vert.x Json structuresMethods in io.vertx.core.json.pointer with parameters of type JsonPointerIterator Modifier and Type Method Description default ObjectJsonPointer. query(Object objectToQuery, JsonPointerIterator iterator)QueryobjectToQueryusing the providedJsonPointerIterator.ObjectJsonPointer. queryOrDefault(Object objectToQuery, JsonPointerIterator iterator, Object defaultValue)QueryobjectToQueryusing the providedJsonPointerIterator.List<Object>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 encounteredObjectJsonPointer. write(Object objectToWrite, JsonPointerIterator iterator, Object newElement, boolean createOnMissing)WritenewElementinobjectToWriteusing this pointer.
-