java.lang.reflect
APIs.See: Description
Class | Description |
---|---|
ConstructorUtils |
Utility reflection methods focussed on constructors, modelled after
MethodUtils . |
FieldUtils |
Utilities for working with fields by reflection.
|
MemberUtils |
Contains common code for working with Methods/Constructors, extracted and
refactored from
MethodUtils when it was imported from Commons
BeanUtils. |
MethodUtils |
Utility reflection methods focused on methods, originally from Commons BeanUtils.
|
java.lang.reflect
APIs.These classes are immutable, and therefore thread-safe.