Uses of Class
com.google.api.client.json.JsonParser
Packages that use JsonParser
Package
Description
Utilities for JSON as specified in RFC 4627: The
application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON.
Low-level implementation of the GSON parser library based on the GSON JSON library.
Low-level implementation of the JSON parser library based on the Jackson 2 JSON library.
Classes used for testing of JSON library implementations.
Beta Testing utilities used for writing tests based on this library.
-
Uses of JsonParser in com.google.api.client.json
Methods in com.google.api.client.json that return JsonParserModifier and TypeMethodDescriptionabstract JsonParserJsonFactory.createJsonParser(InputStream in) Returns a new instance of a low-level JSON parser for the given input stream.abstract JsonParserJsonFactory.createJsonParser(InputStream in, Charset charset) Returns a new instance of a low-level JSON parser for the given input stream.abstract JsonParserJsonFactory.createJsonParser(Reader reader) Returns a new instance of a low-level JSON parser for the given reader.abstract JsonParserJsonFactory.createJsonParser(String value) Returns a new instance of a low-level JSON parser for the given string value.abstract JsonParserJsonParser.skipChildren()Skips to the matchingJsonToken.END_ARRAYif current token isJsonToken.START_ARRAY, the matchingJsonToken.END_OBJECTif the current token isJsonToken.START_OBJECT, else does nothing.Methods in com.google.api.client.json with parameters of type JsonParserModifier and TypeMethodDescriptionprivate voidJsonObjectParser.initializeParser(JsonParser parser) Initialize the parser to skip to wrapped keys (if any). -
Uses of JsonParser in com.google.api.client.json.gson
Subclasses of JsonParser in com.google.api.client.json.gsonModifier and TypeClassDescription(package private) classLow-level JSON serializer implementation based on GSON.Methods in com.google.api.client.json.gson that return JsonParserModifier and TypeMethodDescriptionGsonFactory.createJsonParser(InputStream in) GsonFactory.createJsonParser(InputStream in, Charset charset) GsonFactory.createJsonParser(Reader reader) GsonFactory.createJsonParser(String value) GsonParser.skipChildren() -
Uses of JsonParser in com.google.api.client.json.jackson2
Subclasses of JsonParser in com.google.api.client.json.jackson2Modifier and TypeClassDescription(package private) final classLow-level JSON serializer implementation based on Jackson.Methods in com.google.api.client.json.jackson2 that return JsonParserModifier and TypeMethodDescriptionJacksonFactory.createJsonParser(InputStream in) Deprecated.JacksonFactory.createJsonParser(InputStream in, Charset charset) Deprecated.JacksonFactory.createJsonParser(Reader reader) Deprecated.JacksonFactory.createJsonParser(String value) Deprecated.JacksonParser.skipChildren() -
Uses of JsonParser in com.google.api.client.test.json
Methods in com.google.api.client.test.json that return JsonParserModifier and TypeMethodDescriptionprivate JsonParserAbstractJsonFactoryTest.createParser(String json) Returns a JsonParser which parses the specified string. -
Uses of JsonParser in com.google.api.client.testing.json
Subclasses of JsonParser in com.google.api.client.testing.jsonMethods in com.google.api.client.testing.json that return JsonParserModifier and TypeMethodDescriptionMockJsonFactory.createJsonParser(InputStream in) MockJsonFactory.createJsonParser(InputStream in, Charset charset) MockJsonFactory.createJsonParser(Reader reader) MockJsonFactory.createJsonParser(String value) MockJsonParser.skipChildren()