Package com.google.api.client.test.json
Class AbstractJsonFactoryTest.DogGenericJson
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.client.test.json.AbstractJsonFactoryTest.AnimalGenericJson
-
- com.google.api.client.test.json.AbstractJsonFactoryTest.DogGenericJson
-
- Enclosing class:
- AbstractJsonFactoryTest
public static class AbstractJsonFactoryTest.DogGenericJson extends AbstractJsonFactoryTest.AnimalGenericJson
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description int
tricksKnown
-
Fields inherited from class com.google.api.client.test.json.AbstractJsonFactoryTest.AnimalGenericJson
name, numberOfLegs, type
-
-
Constructor Summary
Constructors Constructor Description DogGenericJson()
-
Method Summary
-
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, set, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-