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