Package javassist.util.proxy
Interface MethodFilter
-
public interface MethodFilterSelector of the methods implemented by a handler.- See Also:
ProxyFactory.setFilter(MethodFilter)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisHandled(Method m)Returns true if the given method is implemented by a handler.
-
-
-
Method Detail
-
isHandled
boolean isHandled(Method m)
Returns true if the given method is implemented by a handler.
-
-