Package | Description |
---|---|
com.google.common.reflect |
This package contains utilities to work with Java reflection.
|
Class and Description |
---|
ImmutableTypeToInstanceMap
A type-to-instance map backed by an
ImmutableMap . |
ImmutableTypeToInstanceMap.Builder
A builder for creating immutable type-to-instance maps.
|
TypeParameter
Captures a free type variable that can be used in
TypeToken.where(com.google.common.reflect.TypeParameter<X>, com.google.common.reflect.TypeToken<X>) . |
TypeToInstanceMap
A map, each entry of which maps a
TypeToken to an instance of that type. |
TypeToken
A
Type with generics. |
TypeToken.TypeSet
The set of interfaces and classes that
T is or is a subtype of. |
Copyright © 2010–2013. All rights reserved.