Uses of Package
io.vertx.mutiny.core.json.pointer
-
Packages that use io.vertx.mutiny.core.json.pointer Package Description io.vertx.mutiny.core.json.pointer io.vertx.mutiny.ext.web.openapi io.vertx.mutiny.json.schema -
Classes in io.vertx.mutiny.core.json.pointer used by io.vertx.mutiny.core.json.pointer Class Description JsonPointer Implementation of RFC6901 Json Pointers.JsonPointerIterator The JsonPointerIterator is used by the read/write algorithms of theJsonPointer
to read/write the querying data structure
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers -
Classes in io.vertx.mutiny.core.json.pointer used by io.vertx.mutiny.ext.web.openapi Class Description JsonPointer Implementation of RFC6901 Json Pointers. -
Classes in io.vertx.mutiny.core.json.pointer used by io.vertx.mutiny.json.schema Class Description JsonPointer Implementation of RFC6901 Json Pointers.