Package org.apache.commons.lang.reflect


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.

  • Classes
    Class
    Description
    Utility reflection methods focussed on constructors, modelled after MethodUtils.
    Utilities for working with fields by reflection.
    Utility reflection methods focused on methods, originally from Commons BeanUtils.