| Interface | Description |
|---|---|
| ReflectionUtils.FieldCallback |
Callback interface invoked on each field in the hierarchy.
|
| ReflectionUtils.FieldFilter |
Callback optionally used to filter fields to be operated on by a field
callback.
|
| ReflectionUtils.MethodCallback |
Action to take on each method.
|
| ReflectionUtils.MethodFilter |
Callback optionally used to filter methods to be operated on by a method
callback.
|
| WeakReferenceMonitor.ReleaseListener |
Listener that is notified when the handle is being released.
|
| Class | Description |
|---|---|
| Assert |
Assertion utility class that assists in validating arguments.
|
| ClassUtils |
Miscellaneous class utility methods.
|
| CollectionUtils |
Miscellaneous collection utility methods.
|
| ObjectUtils |
Miscellaneous object utility methods.
|
| PatternMatchUtils |
Utility methods for simple pattern matching, in particular for Spring's
typical "xxx*", "*xxx" and "*xxx*" pattern styles.
|
| ReflectionUtils |
Simple utility class for working with the reflection API and handling
reflection exceptions.
|
| ResourceUtils |
Utility methods for resolving resource locations to files in the file system.
|
| StringUtils |
Miscellaneous
String utility methods. |
| VfsUtils |
Utility for detecting and accessing JBoss VFS in the classpath.
|
| WeakReferenceMonitor |
Track references to arbitrary objects using proxy and weak references.
|
Copyright © 2018. All rights reserved.