Package | Description |
---|---|
org.apache.commons.lang3.reflect |
Accumulates common high-level uses of the
java.lang.reflect APIs. |
Class and Description |
---|
MemberUtils.Executable
A class providing a subset of the API of java.lang.reflect.Executable in Java 1.8,
providing a common representation for function signatures for Constructors and Methods.
|
Typed
Generalization of "has a type."
|
TypeLiteral
Type literal comparable to
javax.enterprise.util.TypeLiteral ,
made generally available outside the JEE context. |
TypeUtils.WildcardTypeBuilder
WildcardType builder. |