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.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.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 JsonGeneratorJsonFactory. 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 JsonGeneratorJsonFactory. 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) classGsonGeneratorLow-level JSON serializer implementation based on GSON.Methods in com.google.api.client.json.gson that return JsonGenerator Modifier and Type Method Description JsonGeneratorGsonFactory. createJsonGenerator(java.io.OutputStream out, java.nio.charset.Charset enc)JsonGeneratorGsonFactory. createJsonGenerator(java.io.Writer writer) -
Uses of JsonGenerator in com.google.api.client.json.jackson
Subclasses of JsonGenerator in com.google.api.client.json.jackson Modifier and Type Class Description (package private) classJacksonGeneratorLow-level JSON serializer implementation based on Jackson.Methods in com.google.api.client.json.jackson that return JsonGenerator Modifier and Type Method Description JsonGeneratorJacksonFactory. createJsonGenerator(java.io.OutputStream out, java.nio.charset.Charset enc)JsonGeneratorJacksonFactory. 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) classJacksonGeneratorLow-level JSON serializer implementation based on Jackson.Methods in com.google.api.client.json.jackson2 that return JsonGenerator Modifier and Type Method Description JsonGeneratorJacksonFactory. createJsonGenerator(java.io.OutputStream out, java.nio.charset.Charset enc)JsonGeneratorJacksonFactory. createJsonGenerator(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 classMockJsonGeneratorMethods in com.google.api.client.testing.json that return JsonGenerator Modifier and Type Method Description JsonGeneratorMockJsonFactory. createJsonGenerator(java.io.OutputStream out, java.nio.charset.Charset enc)JsonGeneratorMockJsonFactory. createJsonGenerator(java.io.Writer writer)
-