| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ANIMAL_WITHOUT_TYPE |
"{\"legCount\":3,\"name\":\"Confused\"}" |
public static final String |
BOOLEAN_TYPE_EMPTY |
"{}" |
public static final String |
BOOLEAN_TYPE_EMPTY_OUTPUT |
"{\"bool\":false}" |
public static final String |
BOOLEAN_TYPE_FALSE |
"{\"bool\":false,\"boolObj\":false}" |
public static final String |
BOOLEAN_TYPE_NULL |
"{\"boolObj\":null}" |
public static final String |
BOOLEAN_TYPE_NULL_OUTPUT |
"{\"bool\":false,\"boolObj\":null}" |
public static final String |
BOOLEAN_TYPE_TRUE |
"{\"bool\":true,\"boolObj\":true}" |
public static final String |
BOOLEAN_TYPE_WRONG |
"{\"boolObj\":{}}" |
public static final String |
CENTIPEDE |
"{\"bodyColor\":\"green\",\"legCount\":68,\"name\":\"Mr. Icky\",\"type\":\"bug\"}" |
public static final String |
CENTIPEDE_EXTRA_INFO |
"{\"unused\":0, \"bodyColor\":\"green\",\"name\":\"Mr. Icky\",\"legCount\":68,\"type\":\"bug\"}" |
public static final String |
CENTIPEDE_OPTIMIZED |
"{\"type\":\"bug\",\"bodyColor\":\"green\",\"name\":\"Mr. Icky\",\"legCount\":68}" |
public static final String |
DOG |
"{\"legCount\":4,\"name\":\"Fido\",\"tricksKnown\":3,\"type\":\"dog\"}" |
public static final String |
DOG_EXTRA_INFO |
"{\"name\":\"Fido\",\"legCount\":4,\"unusedInfo\":\"this is not being used!\",\"tricksKnown\":3,\"type\":\"dog\",\"unused\":{\"foo\":200}}" |
public static final String |
DOG_EXTRA_INFO_ORDERED |
"{\"legCount\":4,\"name\":\"Fido\",\"tricksKnown\":3,\"type\":\"dog\",\"unusedInfo\":\"this is not being used!\",\"unused\":{\"foo\":200}}" |
public static final String |
DOG_OPTIMIZED |
"{\"type\":\"dog\",\"name\":\"Fido\",\"legCount\":4,\"tricksKnown\":3}" |
public static final String |
DOG_WITH_FAMILY |
"{\"children\":[{\"legCount\":4,\"name\":\"Fido\",\"tricksKnown\":3,\"type\":\"dog\"},{\"bodyColor\":\"green\",\"legCount\":68,\"name\":\"Mr. Icky\",\"type\":\"bug\"}],\"legCount\":4,\"name\":\"Bob\",\"nicknames\":[\"Fluffy\",\"Hey, you\"],\"tricksKnown\":10,\"type\":\"dogwithfamily\"}" |
public static final String |
DOG_WITH_NO_FAMILY |
"{\"legCount\":4,\"type\":\"dogwithfamily\"}" |
public static final String |
DOG_WITH_NO_FAMILY_PARSED |
"{\"legCount\":4,\"tricksKnown\":0,\"type\":\"dogwithfamily\"}" |
public static final String |
HUMAN |
"{\"bestFriend\":{\"legCount\":4,\"name\":\"Fido\",\"tricksKnown\":3,\"type\":\"dog\"},\"legCount\":2,\"name\":\"Joe\",\"type\":\"human\"}" |
public static final String |
HUMAN_WITH_PETS |
"{\"bestFriend\":{\"legCount\":4,\"name\":\"Fido\",\"tricksKnown\":3,\"type\":\"dog\"},\"legCount\":2,\"name\":\"Joe\",\"pets\":{\"first\":{\"bodyColor\":\"green\",\"legCount\":68,\"name\":\"Mr. Icky\",\"type\":\"bug\"},\"second\":{\"type\":\"dog\"}},\"type\":\"human with pets\",\"unused\":\"foo\"}" |
public static final String |
HUMAN_WITH_PETS_PARSED |
"{\"bestFriend\":{\"legCount\":4,\"name\":\"Fido\",\"tricksKnown\":3,\"type\":\"dog\"},\"legCount\":2,\"name\":\"Joe\",\"pets\":{\"first\":{\"bodyColor\":\"green\",\"legCount\":68,\"name\":\"Mr. Icky\",\"type\":\"bug\"},\"second\":{\"legCount\":0,\"tricksKnown\":0,\"type\":\"dog\"}},\"type\":\"human with pets\"}" |
public static final String |
MULTIPLE_ANNOTATIONS_JSON |
"{\"a\":\"foo\",\"b\":\"dog\",\"c\":\"bar\",\"d\":\"bug\"}" |
public static final String |
POLYMORPHIC_NUMERIC_TYPE_1 |
"{\"foo\":\"bar\",\"type\":1}" |
public static final String |
POLYMORPHIC_NUMERIC_TYPE_2 |
"{\"foo\":\"bar\",\"type\":2}" |
public static final String |
POLYMORPHIC_NUMERIC_UNSPECIFIED_TYPE |
"{\"foo\":\"bar\"}" |
public static final String |
POLYMORPHIC_SELF_REFERENCING |
"{\"info\":\"blah\",\"type\":\"self\"}" |
public static final String |
POLYMORPHIC_WITH_UNKNOWN_KEY |
"{\"legCount\":4,\"name\":\"Fido\",\"tricksKnown\":3,\"type\":\"unknown\"}" |
Copyright © 2011-2016 Google. All Rights Reserved.