Uses of Class
com.google.api.client.json.JsonFactory
-
Packages that use JsonFactory Package Description com.google.api.client.http.json JSON HTTP library based on the pluggable HTTP library.com.google.api.client.json Utilities for JSON as specified in RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON.com.google.api.client.json.gson Low-level implementation of the GSON parser library based on the GSON JSON library.com.google.api.client.json.jackson Low-level implementation of the JSON parser library based on the Jackson JSON library.com.google.api.client.json.jackson2 Low-level implementation of the JSON parser library based on the Jackson 2 JSON library.com.google.api.client.json.webtoken com.google.api.client.test.json Classes used for testing of JSON library implementations.com.google.api.client.testing.json Beta
Testing utilities used for writing tests based on this library. -
-
Uses of JsonFactory in com.google.api.client.http.json
Fields in com.google.api.client.http.json declared as JsonFactory Modifier and Type Field Description private JsonFactoryJsonHttpContent. jsonFactoryJSON factory.Methods in com.google.api.client.http.json that return JsonFactory Modifier and Type Method Description JsonFactoryJsonHttpContent. getJsonFactory()Returns the JSON factory.Constructors in com.google.api.client.http.json with parameters of type JsonFactory Constructor Description JsonHttpContent(JsonFactory jsonFactory, java.lang.Object data) -
Uses of JsonFactory in com.google.api.client.json
Fields in com.google.api.client.json declared as JsonFactory Modifier and Type Field Description private JsonFactoryGenericJson. jsonFactoryJSON factory ornullfor none.(package private) JsonFactoryJsonObjectParser.Builder. jsonFactoryJSON factory.private JsonFactoryJsonObjectParser. jsonFactoryJSON factory.Methods in com.google.api.client.json that return JsonFactory Modifier and Type Method Description JsonFactoryGenericJson. getFactory()Returns the JSON factory ornullfor none.abstract JsonFactoryJsonGenerator. getFactory()Returns the JSON factory from which this generator was created.abstract JsonFactoryJsonParser. getFactory()Returns the JSON factory from which this generator was created.JsonFactoryJsonObjectParser.Builder. getJsonFactory()Returns the JSON factory.JsonFactoryJsonObjectParser. getJsonFactory()Returns the JSON factory.Methods in com.google.api.client.json with parameters of type JsonFactory Modifier and Type Method Description voidGenericJson. setFactory(JsonFactory factory)Sets the JSON factory ornullfor none.Constructors in com.google.api.client.json with parameters of type JsonFactory Constructor Description Builder(JsonFactory jsonFactory)JsonObjectParser(JsonFactory jsonFactory) -
Uses of JsonFactory in com.google.api.client.json.gson
Subclasses of JsonFactory in com.google.api.client.json.gson Modifier and Type Class Description classGsonFactoryLow-level JSON library implementation based on GSON.Methods in com.google.api.client.json.gson that return JsonFactory Modifier and Type Method Description JsonFactoryGsonGenerator. getFactory()JsonFactoryGsonParser. getFactory() -
Uses of JsonFactory in com.google.api.client.json.jackson
Subclasses of JsonFactory in com.google.api.client.json.jackson Modifier and Type Class Description classJacksonFactoryLow-level JSON library implementation based on Jackson. -
Uses of JsonFactory in com.google.api.client.json.jackson2
Subclasses of JsonFactory in com.google.api.client.json.jackson2 Modifier and Type Class Description classJacksonFactoryLow-level JSON library implementation based on Jackson 2. -
Uses of JsonFactory in com.google.api.client.json.webtoken
Fields in com.google.api.client.json.webtoken declared as JsonFactory Modifier and Type Field Description private JsonFactoryJsonWebSignature.Parser. jsonFactoryJSON factory.Methods in com.google.api.client.json.webtoken that return JsonFactory Modifier and Type Method Description JsonFactoryJsonWebSignature.Parser. getJsonFactory()Returns the JSON factory.Methods in com.google.api.client.json.webtoken with parameters of type JsonFactory Modifier and Type Method Description static JsonWebSignatureJsonWebSignature. parse(JsonFactory jsonFactory, java.lang.String tokenString)Parses the given JWS token string and returns the parsedJsonWebSignature.static JsonWebSignature.ParserJsonWebSignature. parser(JsonFactory jsonFactory)Returns a new instance of a JWS parser.static java.lang.StringJsonWebSignature. signUsingRsaSha256(java.security.PrivateKey privateKey, JsonFactory jsonFactory, JsonWebSignature.Header header, JsonWebToken.Payload payload)Signs a given JWS header and payload based on the given private key using RSA and SHA-256 as described in JWS using RSA SHA-256.Constructors in com.google.api.client.json.webtoken with parameters of type JsonFactory Constructor Description Parser(JsonFactory jsonFactory) -
Uses of JsonFactory in com.google.api.client.test.json
Methods in com.google.api.client.test.json that return JsonFactory Modifier and Type Method Description protected abstract JsonFactoryAbstractJsonFactoryTest. newFactory() -
Uses of JsonFactory in com.google.api.client.testing.json
Subclasses of JsonFactory in com.google.api.client.testing.json Modifier and Type Class Description classMockJsonFactoryFields in com.google.api.client.testing.json declared as JsonFactory Modifier and Type Field Description private JsonFactoryMockJsonGenerator. factoryprivate JsonFactoryMockJsonParser. factoryMethods in com.google.api.client.testing.json that return JsonFactory Modifier and Type Method Description JsonFactoryMockJsonGenerator. getFactory()JsonFactoryMockJsonParser. getFactory()Constructors in com.google.api.client.testing.json with parameters of type JsonFactory Constructor Description MockJsonGenerator(JsonFactory factory)MockJsonParser(JsonFactory factory)
-