Package com.appslandia.common.utils
Interface ReflectionUtils.FieldHandler
-
- Enclosing class:
- ReflectionUtils
public static interface ReflectionUtils.FieldHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhandle(java.lang.reflect.Field field)booleanmatches(java.lang.reflect.Field field)
-
-
-
Method Detail
-
matches
boolean matches(java.lang.reflect.Field field)
-
handle
boolean handle(java.lang.reflect.Field field) throws ReflectionException- Throws:
ReflectionException
-
-