public abstract class AbstractGoogleJsonClient extends AbstractGoogleClient
Modifier and Type | Class and Description |
---|---|
static class |
AbstractGoogleJsonClient.Builder
Builder for
AbstractGoogleJsonClient . |
Modifier | Constructor and Description |
---|---|
protected |
AbstractGoogleJsonClient(AbstractGoogleJsonClient.Builder builder) |
Modifier and Type | Method and Description |
---|---|
JsonFactory |
getJsonFactory()
Returns the JSON Factory.
|
JsonObjectParser |
getObjectParser()
Returns the object parser or
null for none. |
batch, batch, getApplicationName, getBaseUrl, getGoogleClientRequestInitializer, getRequestFactory, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterChecks, initialize
protected AbstractGoogleJsonClient(AbstractGoogleJsonClient.Builder builder)
builder
- builderpublic JsonObjectParser getObjectParser()
AbstractGoogleClient
null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
getObjectParser
in class AbstractGoogleClient
public final JsonFactory getJsonFactory()
Copyright © 2010–2022 Google. All rights reserved.