Generated by
JDiff

Class com.google.common.reflect.TypeToken

Added Methods
boolean isPrimitive() Returns true if this type is one of the nine primitive types (including {@code void}).
TypeToken<T> unwrap() Returns the corresponding primitive type if this is a wrapper type; otherwise returns {@code this} itself.
TypeToken<T> wrap() Returns the corresponding wrapper type if this is a primitive type; otherwise returns {@code this} itself.