|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| AnnotationUtil | This is the interface for a collection of utility functions to deal with
annotations. |
| ClassResolver | This is the callback interface used to resolve a type by some logical name to
the Class reflecting that type. |
| CollectionReflectionUtil | This is the interface for a collection of utility functions to deal with
Collections reflectively. |
| GenericType<T> | This is the interface of a generic type and allows simple and powerful access to the complex generic type-system introduced in Java5. |
| GenericTypeFactory | This is the interface for a factory with ability to create
GenericTypes. |
| ReflectionUtil | This is the interface for a collection of utility functions to deal with
reflection. |
| Class Summary | |
|---|---|
| Arguments | This class represents an argument list. |
| Signature | This class represents a "method signature". |
| Enum Summary | |
|---|---|
| VisibilityModifier | This enum contains the possible modifiers for the visibility of a java element (type, field, method or constructor). |
Provides the API for utilities that help to deal with reflection.
GenericType that allows simple access
to the complex generic type-system.ReflectionUtil will help you to
deal with reflection. For advanced support when reading annotations have a
look at AnnotationUtil. Additionally
CollectionReflectionUtil offers
reflective and generic operations on Collections.ClassResolver allows
to retrieve Classes by name in order to abstract from
ClassLoaders as well as to do name mappings (e.g.
Object to java.lang.Object).
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||