Uses of Class
com.google.api.client.json.JsonFactory
Packages that use JsonFactory
Package
Description
JSON HTTP library based on the pluggable HTTP library.
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 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 JsonFactory in com.google.api.client.http.json
Fields in com.google.api.client.http.json declared as JsonFactoryModifier and TypeFieldDescriptionprivate final JsonFactory
JsonHttpContent.jsonFactory
JSON factory.Methods in com.google.api.client.http.json that return JsonFactoryModifier and TypeMethodDescriptionfinal JsonFactory
JsonHttpContent.getJsonFactory()
Returns the JSON factory.Constructors in com.google.api.client.http.json with parameters of type JsonFactory -
Uses of JsonFactory in com.google.api.client.json
Fields in com.google.api.client.json declared as JsonFactoryModifier and TypeFieldDescriptionprivate JsonFactory
GenericJson.jsonFactory
JSON factory ornull
for none.(package private) final JsonFactory
JsonObjectParser.Builder.jsonFactory
JSON factory.private final JsonFactory
JsonObjectParser.jsonFactory
JSON factory.Methods in com.google.api.client.json that return JsonFactoryModifier and TypeMethodDescriptionfinal JsonFactory
GenericJson.getFactory()
Returns the JSON factory ornull
for none.abstract JsonFactory
JsonGenerator.getFactory()
Returns the JSON factory from which this generator was created.abstract JsonFactory
JsonParser.getFactory()
Returns the JSON factory from which this generator was created.final JsonFactory
JsonObjectParser.Builder.getJsonFactory()
Returns the JSON factory.final JsonFactory
JsonObjectParser.getJsonFactory()
Returns the JSON factory.Methods in com.google.api.client.json with parameters of type JsonFactoryModifier and TypeMethodDescriptionfinal void
GenericJson.setFactory
(JsonFactory factory) Sets the JSON factory ornull
for none.Constructors in com.google.api.client.json with parameters of type JsonFactoryModifierConstructorDescriptionBuilder
(JsonFactory jsonFactory) JsonObjectParser
(JsonFactory jsonFactory) -
Uses of JsonFactory in com.google.api.client.json.gson
Subclasses of JsonFactory in com.google.api.client.json.gsonModifier and TypeClassDescriptionclass
Low-level JSON library implementation based on GSON.Methods in com.google.api.client.json.gson that return JsonFactory -
Uses of JsonFactory in com.google.api.client.json.jackson
Subclasses of JsonFactory in com.google.api.client.json.jacksonModifier and TypeClassDescriptionfinal class
Low-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.jackson2Modifier and TypeClassDescriptionfinal class
Low-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 JsonFactoryModifier and TypeFieldDescriptionprivate final JsonFactory
JsonWebSignature.Parser.jsonFactory
JSON factory.Methods in com.google.api.client.json.webtoken that return JsonFactoryModifier and TypeMethodDescriptionJsonWebSignature.Parser.getJsonFactory()
Returns the JSON factory.Methods in com.google.api.client.json.webtoken with parameters of type JsonFactoryModifier and TypeMethodDescriptionstatic JsonWebSignature
JsonWebSignature.parse
(JsonFactory jsonFactory, String tokenString) Parses the given JWS token string and returns the parsedJsonWebSignature
.static JsonWebSignature.Parser
JsonWebSignature.parser
(JsonFactory jsonFactory) Returns a new instance of a JWS parser.static String
JsonWebSignature.signUsingRsaSha256
(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 -
Uses of JsonFactory in com.google.api.client.test.json
Methods in com.google.api.client.test.json that return JsonFactoryModifier and TypeMethodDescriptionprotected abstract JsonFactory
AbstractJsonFactoryTest.newFactory()
-
Uses of JsonFactory in com.google.api.client.testing.json
Subclasses of JsonFactory in com.google.api.client.testing.jsonFields in com.google.api.client.testing.json declared as JsonFactoryModifier and TypeFieldDescriptionprivate final JsonFactory
MockJsonGenerator.factory
private final JsonFactory
MockJsonParser.factory
Methods in com.google.api.client.testing.json that return JsonFactoryConstructors in com.google.api.client.testing.json with parameters of type JsonFactoryModifierConstructorDescription(package private)
MockJsonGenerator
(JsonFactory factory) (package private)
MockJsonParser
(JsonFactory factory)