Uses of Interface
javax.json.stream.JsonLocation
Packages that use JsonLocation
-
Uses of JsonLocation in javax.json.stream
Fields in javax.json.stream declared as JsonLocationMethods in javax.json.stream that return JsonLocationModifier and TypeMethodDescriptionJsonParser.getLocation()
Return the location that corresponds to the parser's current state in the JSON input source.JsonParsingException.getLocation()
Return the location of the incorrect JSON.Constructors in javax.json.stream with parameters of type JsonLocationModifierConstructorDescriptionJsonParsingException
(String message, Throwable cause, JsonLocation location) Constructs a new runtime exception with the specified detail message and cause.JsonParsingException
(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 JsonLocationFields in org.glassfish.json declared as JsonLocationModifier and TypeFieldDescription(package private) static final JsonLocation
JsonLocationImpl.UNKNOWN
Methods in org.glassfish.json that return JsonLocationModifier and TypeMethodDescriptionJsonParserImpl.getLastCharLocation()
(package private) JsonLocation
JsonTokenizer.getLastCharLocation()
JsonParserImpl.getLocation()
JsonStructureParser.getLocation()
(package private) JsonLocation
JsonTokenizer.getLocation()
Methods in org.glassfish.json with parameters of type JsonLocationModifier and TypeMethodDescription(package private) static String
JsonMessages.PARSER_INVALID_TOKEN
(JsonTokenizer.JsonToken token, JsonLocation location, String expectedTokens) (package private) static String
JsonMessages.TOKENIZER_EXPECTED_CHAR
(int unexpected, JsonLocation location, char expected) (package private) static String
JsonMessages.TOKENIZER_UNEXPECTED_CHAR
(int unexpected, JsonLocation location)