| Class | Description |
|---|---|
| BeanUtils |
A
Field shorthand utility class used to collect fields from classes meeting Java Bean restrictions/requirements. |
| ClassUtils |
Utility with convenience methods that operate on the class level.
|
| LookupCaches |
For internal use for improving repeated lookup performances.
|
| MethodUtils |
This reflection tool is designed to perform advanced method or constructor lookups,
using a combination of
LookupMode strategies. |
| PackageUtils | |
| ReflectionUtils |
This util is able to find Generic types as Class instances.
|
| TypeUtils |
Utility functions that deal with type information, conversions and autoboxing.
|
| Enum | Description |
|---|---|
| BeanUtils.BeanRestriction |
Indicates whether a field needs a Bean setter or getter, exactly none or any combination thereof.
|
| BeanUtils.Visibility |
Determines what visibility modifiers a field is allowed to have in
BeanUtils.collectFields(Class, Class, EnumSet, EnumSet). |
Copyright © 2011–2024. All rights reserved.