Package org.hibernate.reflection.java.generics

Interface Summary
TypeEnvironment A typing context that knows how to "resolve" the generic parameters of a Type.
 

Class Summary
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