Package org.apache.commons.lang.reflect

Accumulates common high-level uses of the java.lang.reflect APIs.

See:
          Description

Class Summary
ConstructorUtils Utility reflection methods focussed on constructors, modelled after MethodUtils.
FieldUtils Utilities for working with fields by reflection.
MethodUtils Utility reflection methods focused on methods, originally from Commons BeanUtils.
 

Package org.apache.commons.lang.reflect Description

Accumulates common high-level uses of the java.lang.reflect APIs.

Since:
2.5

These classes are immutable, and therefore thread-safe.



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.