| 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.
|
| MethodUtils |
This reflection tool is designed to perform advanced method or constructor lookups,
using a combination of
LookupMode strategies. |
| 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 © 2018. All rights reserved.