Interface ReflectionUtils.FieldCallback
- Enclosing class:
ReflectionUtils
public static interface ReflectionUtils.FieldCallback
Callback interface invoked on each field in the hierarchy.
- Author:
- kimchy
-
Method Summary
-
Method Details
-
doWith
Perform an operation using the given field.- Parameters:
field- field which will have been made accessible before this invocation- Throws:
IllegalArgumentExceptionIllegalAccessException
-