| Class | Description |
|---|---|
| Classes |
Utility methods related to classes.
|
| Constructors |
Utility methods related to constructors.
|
| Fields |
Utility methods related to fields
|
| Members |
Utility methods related to members.
|
| Methods |
Utility methods related to methods.
|
| Exception | Description |
|---|---|
| ReflectionException |
An unchecked exception which is used to wrap all checked
exceptions that may happen during a reflection operation.
|
...Unchecked version, which wraps all exceptions
of the underlying call into an unchecked
ReflectionException
...Optional version, which returns null
(or empty lists, where applicable) if the underlying call causes
an exception
Copyright © 2018. All rights reserved.