Uses of Interface
javax.json.stream.JsonLocation
Packages that use JsonLocation
-
Uses of JsonLocation in javax.json.stream
Methods 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
Methods in org.glassfish.json that return JsonLocationModifier and TypeMethodDescriptionJsonParserImpl.getLastCharLocation()JsonParserImpl.getLocation()