Package | Description |
---|---|
com.google.api.client.test.json |
Classes used for testing of JSON library implementations.
|
Modifier and Type | Field and Description |
---|---|
Object |
AbstractJsonFactoryTest.AnyType.arr |
LinkedList<LinkedList<String>> |
AbstractJsonFactoryTest.CollectionOfCollectionType.arr |
T[][] |
AbstractJsonFactoryTest.TypeVariableType.arr |
String[] |
AbstractJsonFactoryTest.StringNullValue.arr |
String[][] |
AbstractJsonFactoryTest.StringNullValue.arr2 |
AbstractJsonFactoryTest.Dog |
AbstractJsonFactoryTest.Human.bestFriend |
Object |
AbstractJsonFactoryTest.AnyType.bool |
AbstractJsonFactoryTest.Animal[] |
AbstractJsonFactoryTest.DogWithFamily.children |
String |
AbstractJsonFactoryTest.Centipede.color |
Collection<AbstractJsonFactoryTest.Entry> |
AbstractJsonFactoryTest.Feed.entries |
int |
AbstractJsonFactoryTest.TestClass.foo |
Integer[] |
AbstractJsonFactoryTest.ArrayType.integerArr |
LinkedList<LinkedList<T>> |
AbstractJsonFactoryTest.TypeVariableType.list |
Collection<? super Integer>[] |
AbstractJsonFactoryTest.WildCardTypes.lower |
Map<String,String> |
AbstractJsonFactoryTest.A.map |
Map<String,?> |
AbstractJsonFactoryTest.WildCardTypes.map |
Collection<? super TreeMap<String,? extends Integer>> |
AbstractJsonFactoryTest.WildCardTypes.mapInWild |
Map<String,? extends Integer> |
AbstractJsonFactoryTest.WildCardTypes.mapUpper |
String |
AbstractJsonFactoryTest.Animal.name |
String |
AbstractJsonFactoryTest.AnimalGenericJson.name |
String[] |
AbstractJsonFactoryTest.DogWithFamily.nicknames |
Object |
AbstractJsonFactoryTest.AnyType.nul |
T |
AbstractJsonFactoryTest.TypeVariableType.nullValue |
AbstractJsonFactoryTest.E |
AbstractJsonFactoryTest.EnumValue.nullValue |
Object |
AbstractJsonFactoryTest.AnyType.num |
int |
AbstractJsonFactoryTest.Animal.numberOfLegs |
int |
AbstractJsonFactoryTest.AnimalGenericJson.numberOfLegs |
Object |
AbstractJsonFactoryTest.AnyType.obj |
AbstractJsonFactoryTest.E |
AbstractJsonFactoryTest.EnumValue.otherValue |
Collection<?>[] |
AbstractJsonFactoryTest.WildCardTypes.simple |
Object |
AbstractJsonFactoryTest.AnyType.str |
String |
AbstractJsonFactoryTest.Entry.title |
int |
AbstractJsonFactoryTest.Dog.tricksKnown |
int |
AbstractJsonFactoryTest.DogGenericJson.tricksKnown |
String |
AbstractJsonFactoryTest.Animal.type |
String |
AbstractJsonFactoryTest.AnimalGenericJson.type |
Collection<? extends Integer>[] |
AbstractJsonFactoryTest.WildCardTypes.upper |
Map<String,Map<String,Integer>>[] |
AbstractJsonFactoryTest.MapOfMapType.value |
T |
AbstractJsonFactoryTest.TypeVariableType.value |
String |
AbstractJsonFactoryTest.StringNullValue.value |
AbstractJsonFactoryTest.E |
AbstractJsonFactoryTest.EnumValue.value |
Copyright © 2011–2024 Google. All rights reserved.