Java io.vertx.core.json.pointer JsonPointer fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.json.pointer JsonPointer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.json.pointer JsonPointer.

The text is from its open source code.

Method

JsonPointercreate()
Build an empty JsonPointer
JsonPointerfrom(String pointer)
Build a JsonPointer from a json pointer string
ObjectqueryJson(Object jsonElement)
Query jsonElement .
ObjectwriteJson(Object jsonElement, Object newElement)
Write newElement in jsonElement using this pointer.