Uses of Class
com.google.api.client.json.GenericJson
-
Packages that use GenericJson 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.com.google.api.client.json.webtoken com.google.api.client.test.json Classes used for testing of JSON library implementations. -
-
Uses of GenericJson in com.google.api.client.json
Methods in com.google.api.client.json that return GenericJson Modifier and Type Method Description GenericJson
GenericJson. clone()
GenericJson
GenericJson. set(String fieldName, Object value)
-
Uses of GenericJson in com.google.api.client.json.webtoken
Subclasses of GenericJson in com.google.api.client.json.webtoken Modifier and Type Class Description static class
JsonWebSignature.Header
Header as specified in Reserved Header Parameter Names.static class
JsonWebToken.Header
Header as specified in JWT Header.static class
JsonWebToken.Payload
Payload as specified in Reserved Claim Names. -
Uses of GenericJson in com.google.api.client.test.json
Subclasses of GenericJson in com.google.api.client.test.json Modifier and Type Class Description static class
AbstractJsonFactoryTest.AnimalGenericJson
static class
AbstractJsonFactoryTest.DogGenericJson
static class
AbstractJsonFactoryTest.ExtendsGenericJson
-