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

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

Introduction

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

The text is from its open source code.

Field

JsonLocationNA
Shared immutable "N/A location" that can be returned to indicate that no location information is available

Constructor

Method

booleanequals(Object other)
longgetCharOffset()
intgetColumnNr()
intgetLineNr()
ObjectgetSourceRef()
Reference to the original resource being read, if one available.
StringtoString()