Class AbstractJsonFactoryTest.AnimalGenericJson
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
- Direct Known Subclasses:
AbstractJsonFactoryTest.DogGenericJson
- Enclosing class:
AbstractJsonFactoryTest
-
Nested Class Summary
Nested classes/interfaces inherited from class GenericData
GenericData.FlagsNested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GenericJson
clone, getFactory, set, setFactory, toPrettyString, toStringMethods inherited from class GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysMethods inherited from class AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, valuesMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
name
-
numberOfLegs
public int numberOfLegs -
type
-
-
Constructor Details
-
AnimalGenericJson
public AnimalGenericJson()
-