@FunctionalInterface
public static interface ReflectionUtils.FieldCallback
Modifier and Type | Method and Description |
---|---|
void |
doWith(java.lang.reflect.Field field)
Perform an operation using the given field.
|
void doWith(java.lang.reflect.Field field) throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException
field
- the field to operate onjava.lang.IllegalArgumentException
java.lang.IllegalAccessException