Uses of Interface
com.google.api.client.util.ObjectParser
-
Packages that use ObjectParser Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.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.protobuf com.google.api.client.xml Beta
Utilities for XML. -
-
Uses of ObjectParser in com.google.api.client.http
Classes in com.google.api.client.http that implement ObjectParser Modifier and Type Class Description class
UrlEncodedParser
Implements support for HTTP form content encoding parsing of typeapplication/x-www-form-urlencoded
as specified in the HTML 4.0 Specification.Methods in com.google.api.client.http that return ObjectParser Modifier and Type Method Description ObjectParser
HttpRequest. getParser()
Returns theObjectParser
used to parse the response ornull
for none.Methods in com.google.api.client.http with parameters of type ObjectParser Modifier and Type Method Description HttpRequest
HttpRequest. setParser(ObjectParser parser)
Sets theObjectParser
used to parse the response to this request ornull
for none. -
Uses of ObjectParser in com.google.api.client.json
Classes in com.google.api.client.json that implement ObjectParser Modifier and Type Class Description class
JsonObjectParser
Parses JSON data into an data class of key/value pairs. -
Uses of ObjectParser in com.google.api.client.protobuf
Classes in com.google.api.client.protobuf that implement ObjectParser Modifier and Type Class Description class
ProtoObjectParser
Beta
Parses protocol buffer HTTP response content into a protocol buffer message. -
Uses of ObjectParser in com.google.api.client.xml
Classes in com.google.api.client.xml that implement ObjectParser Modifier and Type Class Description class
XmlObjectParser
Beta
XML HTTP parser into an data class of key/value pairs.
-