
| Interface | Description |
|---|---|
| IErrorHandler |
A callback interface with a
handleError() method. |
| Predicate<T> |
| Class | Description |
|---|---|
| AdapterUtil |
Provides a single static
adapt() method that conveniently and safely wraps the
Platform's adaptation framework. |
| CheckUtil |
Provides static methods that check object states and invocation arguments.
|
| HexUtil |
Provides static methods that convert to and from hexadecimal string formats.
|
| ObjectUtil |
Various static helper methods.
|
| Predicates | |
| ReflectUtil |
Various static helper methods for dealing with Java reflection.
|
| StringUtil |
Various static helper methods for dealing with strings.
|
| UUIDGenerator |
Generates 16 byte UUID values and can encode them to Strings, decode from Strings respectively.
|
| Enum | Description |
|---|---|
| ReflectUtil.PrimitiveType |
| Exception | Description |
|---|---|
| WrappedException |
An unchecked exception that wraps a checked exception.
|
| Error | Description |
|---|---|
| ImplementationError |
Should not be used anymore in favour of
AssertionError. |
| Annotation Type | Description |
|---|---|
| ReflectUtil.ExcludeFromDump |
Annotates fields that are to be skipped in
ReflectUtil.collectFields() and ReflectUtil.toString(). |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.