Uses of Interface
com.google.api.client.util.ObjectParser
Packages that use ObjectParser
Package
Description
Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.
Utilities for JSON as specified in RFC 4627: The
application/json Media Type for JavaScript Object Notation (JSON) and Introducing JSON.
Beta Utilities for XML.
-
Uses of ObjectParser in com.google.api.client.http
Classes in com.google.api.client.http that implement ObjectParserModifier and TypeClassDescriptionclassImplements support for HTTP form content encoding parsing of typeapplication/x-www-form-urlencodedas specified in the HTML 4.0 Specification.Fields in com.google.api.client.http declared as ObjectParserModifier and TypeFieldDescriptionprivate ObjectParserHttpRequest.objectParserParser used to parse responses.Methods in com.google.api.client.http that return ObjectParserModifier and TypeMethodDescriptionfinal ObjectParserHttpRequest.getParser()Returns theObjectParserused to parse the response ornullfor none.Methods in com.google.api.client.http with parameters of type ObjectParserModifier and TypeMethodDescriptionHttpRequest.setParser(ObjectParser parser) Sets theObjectParserused to parse the response to this request ornullfor none. -
Uses of ObjectParser in com.google.api.client.json
Classes in com.google.api.client.json that implement ObjectParserModifier and TypeClassDescriptionclassParses 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 ObjectParserModifier and TypeClassDescriptionclassBeta
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 ObjectParserModifier and TypeClassDescriptionclassBeta
XML HTTP parser into an data class of key/value pairs.