|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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. |
JsonFactory |
JsonHttpClient.getJsonFactory()
Returns the JSON Factory. |
JsonFactory |
JsonHttpClient.Builder.getJsonFactory()
Returns the JSON factory. |
Methods in com.google.api.client.http.json with parameters of type JsonFactory | |
---|---|
static JsonHttpClient.Builder |
JsonHttpClient.builder(HttpTransport transport,
JsonFactory jsonFactory,
GenericUrl baseUrl)
Returns an instance of a new builder. |
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 | |
---|---|
JsonHttpClient.Builder(HttpTransport transport,
JsonFactory jsonFactory,
GenericUrl baseUrl)
Returns an instance of a new builder. |
|
JsonHttpClient(HttpTransport transport,
JsonFactory jsonFactory,
String baseUrl)
Constructor with required parameters. |
|
JsonHttpClient(HttpTransport transport,
JsonHttpRequestInitializer jsonHttpRequestInitializer,
HttpRequestInitializer httpRequestInitializer,
JsonFactory jsonFactory,
String baseUrl,
String applicationName)
Construct the JsonHttpClient . |
|
JsonHttpContent(JsonFactory jsonFactory,
Object data)
|
|
JsonHttpParser.Builder(JsonFactory jsonFactory)
|
|
JsonHttpParser(JsonFactory jsonFactory)
Constructor with required parameters. |
|
JsonHttpParser(JsonFactory jsonFactory,
String contentType)
|
Uses of JsonFactory in com.google.api.client.json |
---|
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. |
JsonFactory |
GenericJson.getFactory()
Returns the JSON factory or null for none. |
Methods in com.google.api.client.json with parameters of type JsonFactory | |
---|---|
void |
GenericJson.setFactory(JsonFactory factory)
Sets the JSON factory or null for none. |
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. |
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 |
AbstractJsonFactoryTest.newFactory()
|
protected abstract JsonFactory |
AbstractJsonParserTest.newFactory()
Deprecated. |
protected abstract JsonFactory |
AbstractJsonGeneratorTest.newFactory()
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |