Module com.appslandia.common
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(Field field)booleanmatches(Field field)
-
-
-
Method Detail
-
matches
boolean matches(Field field)
-
handle
boolean handle(Field field) throws ReflectionException
- Throws:
ReflectionException
-
-