| Accessor |
Contains all information needed to access a java field.
|
| ASMUtil |
ASM Utils used to simplify class generation
|
| BasicFiledFilter |
A basic implementation of the FieldFilter interface that permits all operations on
fields.
|
| BeansAccess<T> |
Allow access reflect field using runtime generated accessor.
|
| BeansAccessBuilder |
A builder class for dynamically creating BeansAccess classes for accessing bean
properties efficiently.
|
| BeansAccessConfig |
Beans Access Config
|
| ConvertDate |
Utility class for converting strings into Date objects, considering various global date
formats.
|
| ConvertDate.StringCmpNS |
Comparator for case-insensitive string comparison.
|
| DefaultConverter |
Provides utility methods to convert objects to different primitive types and their wrapper
classes.
|
| DynamicClassLoader |
Simple extension from ClassLoader overriding the loadClass(String name, boolean resolve) method
and allowing to register new classes
|