| Interface | Description |
|---|---|
| TypeEnvironment |
A typing context that knows how to "resolve" the generic parameters of a
Type. |
| Class | Description |
|---|---|
| CompoundTypeEnvironment |
A composition of two
TypeEnvironment functions. |
| IdentityTypeEnvironment |
Substitutes a
Type for itself. |
| TypeEnvironmentFactory |
Returns the type context for a given
Class or ParameterizedType. |
| TypeSwitch<T> |
A visitor for the
java.lang.reflect.Type hierarchy. |
| TypeUtils |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.