Class | Description |
---|---|
Class<T> |
This is a decorator of the java.lang.Class class that allows introspection
operations taking into account the latest version of the decorated class.
|
Constructor<T> | |
DeclarationUtils |
A class containing utility methods to convert JavaParser method declarations
to Java reflection entities.
|
Executable |
A shared superclass for the common functionality of
Method and
Constructor . |
Field | |
IntrospectionUtils | |
Introspector |
The introspector is a class that implement decorators of the java reflection
system to enable users to see added members through introspection primitives
together with those that were added at compile time.
|
Method | |
TypeVariable<D extends java.lang.reflect.GenericDeclaration> |
Convenience class created to represent TypeVariables added dynamically.
|