public static interface ReflectionHelper.ClassCallback
| Modifier and Type | Method and Description |
|---|---|
void |
doWith(Class clazz)
Perform an operation using the given class.
|
void doWith(Class clazz) throws IllegalArgumentException, IllegalAccessException
clazz - the class to operate onIllegalArgumentExceptionIllegalAccessExceptionApache Camel