Package org.apache.commons.lang3.reflect
package org.apache.commons.lang3.reflect
Accumulates common high-level uses of the
java.lang.reflect
APIs.
These classes are immutable, and therefore thread-safe.
- Since:
- 3.0
-
ClassDescriptionUtility reflection methods focused on constructors, modeled after
MethodUtils
.Utilities for working withField
s by reflection.Utility methods focusing on inheritance.Utility reflection methods focused onMethod
s, originally from Commons BeanUtils.Typed<T>Generalization of "has a type."TypeLiteral<T>Type literal comparable tojavax.enterprise.util.TypeLiteral
, made generally available outside the JEE context.Utility methods focusing on type inspection, particularly with regard to generics.WildcardType
builder.