| java.lang.Object | |
| ↳ | com.fasterxml.jackson.core.JsonLocation |
Object that encapsulates Location information used for reporting parsing (or potentially generation) errors, as well as current location within input streams.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NA | Shared immutable "N/A location" that can be returned to indicate that no location information is available | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Reference to the original resource being read, if one available.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Shared immutable "N/A location" that can be returned to indicate that no location information is available
Reference to the original resource being read, if one available.
For example, when a parser has been constructed by passing
a File instance, this method would return
that File. Will return null if no such reference is available,
for example when InputStream was used to
construct the parser instance.