Package | Description |
---|---|
io.vertx.rxjava.core.json.pointer | |
io.vertx.rxjava.json.schema |
Class and Description |
---|
JsonPointer
Implementation of RFC6901 Json Pointers.
|
JsonPointerIterator
The JsonPointerIterator is used by the read/write algorithms of the
JsonPointer 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 NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen. |
Class and Description |
---|
JsonPointer
Implementation of RFC6901 Json Pointers.
|
Copyright © 2021 Eclipse. All rights reserved.