Packages

package pointer

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class JsonPointer extends AnyRef

    Implementation of RFC6901 Json Pointers.

  2. class JsonPointerIterator extends AnyRef

    The JsonPointerIterator is used by the read/write algorithms of the io.vertx.scala.core.json.pointer.JsonPointer to read/write the querying data structure

    The JsonPointerIterator is used by the read/write algorithms of the io.vertx.scala.core.json.pointer.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

Value Members

  1. object JsonPointer
  2. object JsonPointerIterator

Ungrouped