Java com.fasterxml.jackson.core JsonPointer fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.core JsonPointer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.core JsonPointer.

The text is from its open source code.

Method

JsonPointercompile(String input)
Factory method that parses given input and construct matching pointer instance, if it represents a valid JSON Pointer: if not, a IllegalArgumentException is thrown.
intgetMatchingIndex()
StringgetMatchingProperty()
booleanmayMatchElement()
booleanmayMatchProperty()
JsonPointertail()
Accessor for getting a "sub-pointer", instance where current segment has been removed and pointer includes rest of segments.
StringtoString()