Package com.xxl.tool.core
Interface ReflectionTool.FieldCallback
- Enclosing class:
- ReflectionTool
public static interface ReflectionTool.FieldCallback
Callback interface invoked on each field in the hierarchy.
-
Method Summary
-
Method Details
-
doWith
Perform an operation using the given field.- Parameters:
field- the field to operate on- Throws:
IllegalArgumentExceptionIllegalAccessException
-