Uses of Class
com.google.gson.reflect.TypeToken

Packages that use TypeToken
com.google.gson.reflect This package provides utility classes for finding type information for generic types. 
 

Uses of TypeToken in com.google.gson.reflect
 

Methods in com.google.gson.reflect that return TypeToken
static
<T> TypeToken<T>
TypeToken.get(Class<T> type)
          Gets type token for the given Class instance.
static TypeToken<?> TypeToken.get(Type type)
          Gets type token for the given Type instance.
 

Methods in com.google.gson.reflect with parameters of type TypeToken
 boolean TypeToken.isAssignableFrom(TypeToken<?> token)
          Check if this type is assignable from the given type token.
 



Copyright © 2008. All Rights Reserved.