Uses of Class
com.google.api.client.json.JsonPolymorphicTypeMap.TypeDef
-
Packages that use JsonPolymorphicTypeMap.TypeDef 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 JsonPolymorphicTypeMap.TypeDef in com.google.api.client.json
Methods in com.google.api.client.json that return JsonPolymorphicTypeMap.TypeDef Modifier and Type Method Description JsonPolymorphicTypeMap.TypeDef[]
typeDefinitions()
The list of mappings from key value to a referencedClass
.
-