Package org.apache.commons.lang.reflect
Accumulates common high-level uses of the
java.lang.reflect
APIs.- Since:
- 2.5
These classes are immutable, and therefore thread-safe.
-
Class Summary Class Description ConstructorUtils Utility reflection methods focussed on constructors, modelled afterMethodUtils
.FieldUtils Utilities for working with fields by reflection.MethodUtils Utility reflection methods focused on methods, originally from Commons BeanUtils.