Uses of Class
com.google.api.client.json.JsonObjectParser.Builder
-
Packages that use JsonObjectParser.Builder Package Description 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. -
-
Uses of JsonObjectParser.Builder in com.google.api.client.json
Methods in com.google.api.client.json that return JsonObjectParser.Builder Modifier and Type Method Description JsonObjectParser.Builder
JsonObjectParser.Builder. setWrapperKeys(Collection<String> wrapperKeys)
Sets the wrapper keys for the JSON content.Constructors in com.google.api.client.json with parameters of type JsonObjectParser.Builder Constructor Description JsonObjectParser(JsonObjectParser.Builder builder)
-