Uses of Interface
javax.json.stream.JsonLocation
-
Packages that use JsonLocation Package Description javax.json.stream Provides a streaming API to parse and generate JSON.org.glassfish.json -
-
Uses of JsonLocation in javax.json.stream
Fields in javax.json.stream declared as JsonLocation Modifier and Type Field Description private JsonLocation
JsonParsingException. location
Methods in javax.json.stream that return JsonLocation Modifier and Type Method Description JsonLocation
JsonParser. getLocation()
Return the location that corresponds to the parser's current state in the JSON input source.JsonLocation
JsonParsingException. getLocation()
Return the location of the incorrect JSON.Constructors in javax.json.stream with parameters of type JsonLocation Constructor Description JsonParsingException(java.lang.String message, java.lang.Throwable cause, JsonLocation location)
Constructs a new runtime exception with the specified detail message and cause.JsonParsingException(java.lang.String message, JsonLocation location)
Constructs a new runtime exception with the specified detail message. -
Uses of JsonLocation in org.glassfish.json
Classes in org.glassfish.json that implement JsonLocation Modifier and Type Class Description (package private) class
JsonLocationImpl
Fields in org.glassfish.json declared as JsonLocation Modifier and Type Field Description (package private) static JsonLocation
JsonLocationImpl. UNKNOWN
Methods in org.glassfish.json that return JsonLocation Modifier and Type Method Description JsonLocation
JsonParserImpl. getLastCharLocation()
(package private) JsonLocation
JsonTokenizer. getLastCharLocation()
JsonLocation
JsonParserImpl. getLocation()
JsonLocation
JsonStructureParser. getLocation()
(package private) JsonLocation
JsonTokenizer. getLocation()
Methods in org.glassfish.json with parameters of type JsonLocation Modifier and Type Method Description (package private) static java.lang.String
JsonMessages. PARSER_INVALID_TOKEN(JsonTokenizer.JsonToken token, JsonLocation location, java.lang.String expectedTokens)
(package private) static java.lang.String
JsonMessages. TOKENIZER_EXPECTED_CHAR(int unexpected, JsonLocation location, char expected)
(package private) static java.lang.String
JsonMessages. TOKENIZER_UNEXPECTED_CHAR(int unexpected, JsonLocation location)
-