Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- arrayOf(Type) - Static method in class org.codice.gsonsupport.GsonTypes
-
Returns an array type whose elements are all instances of
componentType.
B
- BINARY_SUFFIX - Static variable in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
C
- canonicalize(Type) - Static method in class org.codice.gsonsupport.GsonTypes
-
Returns a type that is functionally equal but not necessarily equal according to
Object.equals(). - checkArgument(boolean) - Static method in class org.codice.gsonsupport.GsonTypes
- checkNotNull(T) - Static method in class org.codice.gsonsupport.GsonTypes
D
- DATE_SUFFIX - Static variable in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
- DateLongFormatTypeAdapter() - Constructor for class org.codice.gsonsupport.GsonTypeAdapters.DateLongFormatTypeAdapter
E
- equals(Type, Type) - Static method in class org.codice.gsonsupport.GsonTypes
-
Returns true if
aandbare equal.
F
- FACTORY - Static variable in class org.codice.gsonsupport.GsonTypeAdapters.LongDoubleTypeAdapter
- FACTORY - Static variable in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
G
- getArrayComponentType(Type) - Static method in class org.codice.gsonsupport.GsonTypes
-
Returns the component type of this array type.
- getCollectionElementType(Type, Class<?>) - Static method in class org.codice.gsonsupport.GsonTypes
-
Returns the element type of this collection type.
- getMapKeyAndValueTypes(Type, Class<?>) - Static method in class org.codice.gsonsupport.GsonTypes
-
Returns a two element array containing this map's key and value types in positions 0 and 1 respectively.
- getRawType(Type) - Static method in class org.codice.gsonsupport.GsonTypes
- GsonTypeAdapters - Class in org.codice.gsonsupport
-
Utility class to generate Gson instances customized to work with our expected input/output formats.
- GsonTypeAdapters.DateLongFormatTypeAdapter - Class in org.codice.gsonsupport
-
Adapter to convert read/write Dates as Longs
- GsonTypeAdapters.LongDoubleTypeAdapter - Class in org.codice.gsonsupport
-
Adapter to mimic our old Boon-style numeric representations with Gson.
- GsonTypeAdapters.PersistenceMapTypeAdapter - Class in org.codice.gsonsupport
-
Adapter to convert read/write Persistence Objects
- GsonTypes - Class in org.codice.gsonsupport
-
Static methods for working with types.
I
- INT_SUFFIX - Static variable in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
L
- LIST_STRING - Static variable in class org.codice.gsonsupport.GsonTypeAdapters
- LONG_SUFFIX - Static variable in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
M
- MAP_STRING_TO_OBJECT_TYPE - Static variable in class org.codice.gsonsupport.GsonTypeAdapters
N
- newParameterizedTypeWithOwner(Type, Type, Type...) - Static method in class org.codice.gsonsupport.GsonTypes
-
Returns a new parameterized type, applying
typeArgumentstorawTypeand enclosed byownerType.
O
- org.codice.gsonsupport - package org.codice.gsonsupport
R
- read(JsonReader) - Method in class org.codice.gsonsupport.GsonTypeAdapters.DateLongFormatTypeAdapter
- read(JsonReader) - Method in class org.codice.gsonsupport.GsonTypeAdapters.LongDoubleTypeAdapter
- read(JsonReader) - Method in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
- readValue(JsonReader, String) - Method in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
- resolve(Type, Class<?>, Type) - Static method in class org.codice.gsonsupport.GsonTypes
S
- subtypeOf(Type) - Static method in class org.codice.gsonsupport.GsonTypes
-
Returns a type that represents an unknown type that extends
bound. - supertypeOf(Type) - Static method in class org.codice.gsonsupport.GsonTypes
-
Returns a type that represents an unknown supertype of
bound.
T
- TEXT_SUFFIX - Static variable in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
- typeToString(Type) - Static method in class org.codice.gsonsupport.GsonTypes
W
- write(JsonWriter, Object) - Method in class org.codice.gsonsupport.GsonTypeAdapters.LongDoubleTypeAdapter
- write(JsonWriter, Object) - Method in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
- write(JsonWriter, Date) - Method in class org.codice.gsonsupport.GsonTypeAdapters.DateLongFormatTypeAdapter
X
- XML_SUFFIX - Static variable in class org.codice.gsonsupport.GsonTypeAdapters.PersistenceMapTypeAdapter
All Classes and Interfaces|All Packages|Constant Field Values