class |
AbstractInvocationHandler |
Abstract implementation of InvocationHandler that handles Object.equals(java.lang.Object) , Object.hashCode() and Object.toString() .
|
class |
ClassPath |
Scans the source of a ClassLoader and finds all loadable classes and resources.
|
class |
Invokable<T,R> |
Wrapper around either a Method or a Constructor .
|
class |
Parameter |
Represents a method or constructor parameter.
|
class |
Reflection |
Static utilities relating to Java reflection.
|
(package private) class |
TypeCapture<T> |
Captures the actual type of T .
|
class |
TypeParameter<T> |
|
class |
TypeResolver |
An object of this class encapsulates type mappings from type variables.
|
(package private) class |
Types |
Utilities for working with Type .
|
class |
TypeToken<T> |
A Type with generics.
|
(package private) class |
TypeVisitor |
Based on what a Type is, dispatch it to the corresponding visit* method.
|