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.MemberUtils Contains common code for working with Methods/Constructors, extracted and refactored fromMethodUtils
when it was imported from Commons BeanUtils.MethodUtils Utility reflection methods focused on methods, originally from Commons BeanUtils.