Uses of Class
com.google.api.client.json.JsonGenerator
-
Packages that use JsonGenerator Package Description 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.jackson2 Low-level implementation of the JSON parser library based on the Jackson 2 JSON library.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 JsonGenerator in com.google.api.client.json
Methods in com.google.api.client.json that return JsonGenerator Modifier and Type Method Description abstract JsonGenerator
JsonFactory. createJsonGenerator(java.io.OutputStream out, java.nio.charset.Charset enc)
Returns a new instance of a low-level JSON serializer for the given output stream and encoding.abstract JsonGenerator
JsonFactory. createJsonGenerator(java.io.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.gson Modifier and Type Class Description (package private) class
GsonGenerator
Low-level JSON serializer implementation based on GSON.Methods in com.google.api.client.json.gson that return JsonGenerator Modifier and Type Method Description JsonGenerator
GsonFactory. createJsonGenerator(java.io.OutputStream out, java.nio.charset.Charset enc)
JsonGenerator
GsonFactory. createJsonGenerator(java.io.Writer writer)
-
Uses of JsonGenerator in com.google.api.client.json.jackson2
Subclasses of JsonGenerator in com.google.api.client.json.jackson2 Modifier and Type Class Description (package private) class
JacksonGenerator
Low-level JSON serializer implementation based on Jackson.Methods in com.google.api.client.json.jackson2 that return JsonGenerator Modifier and Type Method Description JsonGenerator
JacksonFactory. createJsonGenerator(java.io.OutputStream out, java.nio.charset.Charset enc)
Deprecated.JsonGenerator
JacksonFactory. createJsonGenerator(java.io.Writer writer)
Deprecated. -
Uses of JsonGenerator in com.google.api.client.test.json
Methods in com.google.api.client.test.json that return JsonGenerator Modifier and Type Method Description protected abstract JsonGenerator
AbstractJsonGeneratorTest. newGenerator(java.io.Writer writer)
-
Uses of JsonGenerator in com.google.api.client.testing.json
Subclasses of JsonGenerator in com.google.api.client.testing.json Modifier and Type Class Description class
MockJsonGenerator
Methods in com.google.api.client.testing.json that return JsonGenerator Modifier and Type Method Description JsonGenerator
MockJsonFactory. createJsonGenerator(java.io.OutputStream out, java.nio.charset.Charset enc)
JsonGenerator
MockJsonFactory. createJsonGenerator(java.io.Writer writer)
-