public abstract class AbstractGoogleJsonClient extends AbstractGoogleClient
Thread-safe Google JSON client.
Constructors
AbstractGoogleJsonClient(AbstractGoogleJsonClient.Builder builder)
protected AbstractGoogleJsonClient(AbstractGoogleJsonClient.Builder builder)
Parameter | |
---|---|
Name | Description |
builder |
AbstractGoogleJsonClient.Builder builder |
Methods
getJsonFactory()
public final JsonFactory getJsonFactory()
Returns the JSON Factory.
Returns | |
---|---|
Type | Description |
com.google.api.client.json.JsonFactory |
getObjectParser()
public JsonObjectParser getObjectParser()
Returns the object parser or null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
Returns | |
---|---|
Type | Description |
com.google.api.client.json.JsonObjectParser |