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(java.lang.Class<T> type)
          Gets type literal for the given Class instance.
static TypeToken<?> TypeToken.get(java.lang.reflect.Type type)
          Gets type literal for the given Type instance.
 

Methods in com.google.gson.reflect with parameters of type TypeToken
 boolean TypeToken.isAssignableFrom(TypeToken<?> token)
          Deprecated. this implementation may be inconsistent with javac for types with wildcards.
 



Copyright © 2008-2011 Google, Inc.. All Rights Reserved.