Class JsonObjectParser.Builder
java.lang.Object
com.google.api.client.json.JsonObjectParser.Builder
- Enclosing class:
JsonObjectParser
Builder.
Implementation is not thread-safe.
- Since:
- 1.14
- Author:
- Matthias Linder (mlinder)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Returns a new instance of a JSON object parser.final JsonFactoryReturns the JSON factory.final Collection<String> Returns the wrapper keys for the JSON content.setWrapperKeys(Collection<String> wrapperKeys) Sets the wrapper keys for the JSON content.
-
Constructor Details
-
Builder
- Parameters:
jsonFactory- JSON factory
-
-
Method Details
-
build
Returns a new instance of a JSON object parser. -
getJsonFactory
Returns the JSON factory. -
getWrapperKeys
Returns the wrapper keys for the JSON content. -
setWrapperKeys
Sets the wrapper keys for the JSON content.Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
-