Uses of Class
com.google.api.client.json.JsonGenerator
Packages that use JsonGenerator
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 JSON library.
Low-level implementation of the JSON parser library based on the Jackson 2 JSON library.
Beta
Testing utilities used for writing tests based on this library.
-
Uses of JsonGenerator in com.google.api.client.json
Methods in com.google.api.client.json that return JsonGeneratorModifier and TypeMethodDescriptionabstract JsonGenerator
JsonFactory.createJsonGenerator
(OutputStream out, Charset enc) Returns a new instance of a low-level JSON serializer for the given output stream and encoding.abstract JsonGenerator
JsonFactory.createJsonGenerator
(Writer writer) Returns a new instance of a low-level JSON serializer for the given writer. -
Uses of JsonGenerator in com.google.api.client.json.gson
Subclasses of JsonGenerator in com.google.api.client.json.gsonModifier and TypeClassDescription(package private) class
Low-level JSON serializer implementation based on GSON.Methods in com.google.api.client.json.gson that return JsonGeneratorModifier and TypeMethodDescriptionGsonFactory.createJsonGenerator
(OutputStream out, Charset enc) GsonFactory.createJsonGenerator
(Writer writer) -
Uses of JsonGenerator in com.google.api.client.json.jackson
Subclasses of JsonGenerator in com.google.api.client.json.jacksonModifier and TypeClassDescription(package private) final class
Low-level JSON serializer implementation based on Jackson.Methods in com.google.api.client.json.jackson that return JsonGeneratorModifier and TypeMethodDescriptionJacksonFactory.createJsonGenerator
(OutputStream out, Charset enc) JacksonFactory.createJsonGenerator
(Writer writer) -
Uses of JsonGenerator in com.google.api.client.json.jackson2
Subclasses of JsonGenerator in com.google.api.client.json.jackson2Modifier and TypeClassDescription(package private) final class
Low-level JSON serializer implementation based on Jackson.Methods in com.google.api.client.json.jackson2 that return JsonGeneratorModifier and TypeMethodDescriptionJacksonFactory.createJsonGenerator
(OutputStream out, Charset enc) JacksonFactory.createJsonGenerator
(Writer writer) -
Uses of JsonGenerator in com.google.api.client.testing.json
Subclasses of JsonGenerator in com.google.api.client.testing.jsonMethods in com.google.api.client.testing.json that return JsonGeneratorModifier and TypeMethodDescriptionMockJsonFactory.createJsonGenerator
(OutputStream out, Charset enc) MockJsonFactory.createJsonGenerator
(Writer writer)