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 JsonLocationJsonParsingException. locationMethods in javax.json.stream that return JsonLocation Modifier and Type Method Description JsonLocationJsonParser. getLocation()Return the location that corresponds to the parser's current state in the JSON input source.JsonLocationJsonParsingException. 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) classJsonLocationImplFields in org.glassfish.json declared as JsonLocation Modifier and Type Field Description (package private) static JsonLocationJsonLocationImpl. UNKNOWNMethods in org.glassfish.json that return JsonLocation Modifier and Type Method Description JsonLocationJsonParserImpl. getLastCharLocation()(package private) JsonLocationJsonTokenizer. getLastCharLocation()JsonLocationJsonParserImpl. getLocation()JsonLocationJsonStructureParser. getLocation()(package private) JsonLocationJsonTokenizer. getLocation()Methods in org.glassfish.json with parameters of type JsonLocation Modifier and Type Method Description (package private) static java.lang.StringJsonMessages. PARSER_INVALID_TOKEN(JsonTokenizer.JsonToken token, JsonLocation location, java.lang.String expectedTokens)(package private) static java.lang.StringJsonMessages. TOKENIZER_EXPECTED_CHAR(int unexpected, JsonLocation location, char expected)(package private) static java.lang.StringJsonMessages. TOKENIZER_UNEXPECTED_CHAR(int unexpected, JsonLocation location)
-