Package org.apache.commons.lang3.reflect

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

See:
          Description

Class Summary
ConstructorUtils Utility reflection methods focused on constructors, modeled after MethodUtils.
FieldUtils Utilities for working with fields by reflection.
MethodUtils Utility reflection methods focused on methods, originally from Commons BeanUtils.
TypeUtils Utility methods focusing on type inspection, particularly with regard to generics.
 

Package org.apache.commons.lang3.reflect Description

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

Since:
3.0

These classes are immutable, and therefore thread-safe.



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