| 程序包 | 说明 |
|---|---|
| org.hotwheel.json.impl.jackson |
| 限定符和类型 | 字段和说明 |
|---|---|
static JsonLocation |
JsonLocation.NA
Shared immutable "N/A location" that can be returned to indicate
that no location information is available
|
| 限定符和类型 | 方法和说明 |
|---|---|
JsonLocation |
JsonParserDelegate.getCurrentLocation() |
abstract JsonLocation |
JacksonParser.getCurrentLocation()
Method that returns location of the last processed character;
usually for error reporting purposes.
|
JsonLocation |
ParserBase.getCurrentLocation()
Method that returns location of the last processed character;
usually for error reporting purposes
|
JsonLocation |
JsonProcessingException.getLocation() |
JsonLocation |
JsonReadContext.getStartLocation(Object srcRef) |
JsonLocation |
JsonParserDelegate.getTokenLocation() |
abstract JsonLocation |
JacksonParser.getTokenLocation()
Method that return the starting location of the current
token; that is, position of the first character from input
that starts the current token.
|
JsonLocation |
ParserBase.getTokenLocation()
Method that return the starting location of the current
token; that is, position of the first character from input
that starts the current token.
|
| 构造器和说明 |
|---|
JsonParseException(String msg,
JsonLocation loc) |
JsonParseException(String msg,
JsonLocation loc,
Throwable root) |
Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.