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