Uses of Class
com.google.api.client.json.JsonFactory

Packages that use JsonFactory
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.testing.json Testing utilities used for writing tests based on the JSON package of this library. 
 

Uses of JsonFactory in com.google.api.client.http.json
 

Fields in com.google.api.client.http.json declared as JsonFactory
 JsonFactory JsonHttpParser.jsonFactory
          Deprecated. (scheduled to be made private final in 1.6) Use JsonHttpParser.getJsonFactory()
 JsonFactory JsonHttpContent.jsonFactory
          Deprecated. (scheduled to be made private final in 1.6) Use JsonHttpContent.getJsonFactory()
 

Methods in com.google.api.client.http.json that return JsonFactory
 JsonFactory JsonHttpParser.getJsonFactory()
          Returns the JSON factory.
 JsonFactory JsonHttpParser.Builder.getJsonFactory()
          Returns the JSON factory.
 JsonFactory JsonHttpContent.getJsonFactory()
          Returns the JSON factory.
 

Methods in com.google.api.client.http.json with parameters of type JsonFactory
static JsonHttpParser.Builder JsonHttpParser.builder(JsonFactory jsonFactory)
          Returns an instance of a new builder.
static JsonParser JsonHttpParser.parserForResponse(JsonFactory jsonFactory, HttpResponse response)
          Returns a JSON parser to use for parsing the given HTTP response.
 

Constructors in com.google.api.client.http.json with parameters of type JsonFactory
JsonHttpContent(JsonFactory jsonFactory, Object data)
           
JsonHttpParser.Builder(JsonFactory jsonFactory)
           
JsonHttpParser(JsonFactory jsonFactory)
           
JsonHttpParser(JsonFactory jsonFactory, String contentType)
           
 

Uses of JsonFactory in com.google.api.client.json
 

Fields in com.google.api.client.json declared as JsonFactory
 JsonFactory GenericJson.jsonFactory
          JSON factory to use for GenericJson.toString().
 

Methods in com.google.api.client.json that return JsonFactory
abstract  JsonFactory JsonParser.getFactory()
          Returns the JSON factory from which this generator was created.
abstract  JsonFactory JsonGenerator.getFactory()
          Returns the JSON factory from which this generator was created.
 

Uses of JsonFactory in com.google.api.client.json.gson
 

Subclasses of JsonFactory in com.google.api.client.json.gson
 class GsonFactory
          Low-level JSON library implementation based on GSON.
 

Methods in com.google.api.client.json.gson that return JsonFactory
 JsonFactory GsonParser.getFactory()
          Deprecated.  
 JsonFactory GsonGenerator.getFactory()
          Deprecated.  
 

Uses of JsonFactory in com.google.api.client.json.jackson
 

Subclasses of JsonFactory in com.google.api.client.json.jackson
 class JacksonFactory
          Low-level JSON library implementation based on Jackson.
 

Uses of JsonFactory in com.google.api.client.testing.json
 

Methods in com.google.api.client.testing.json that return JsonFactory
protected abstract  JsonFactory AbstractJsonParserTest.newFactory()
           
protected abstract  JsonFactory AbstractJsonGeneratorTest.newFactory()
           
 



Copyright © 2011 Google. All Rights Reserved.