javassist.util.proxy
Interface MethodFilter


public interface MethodFilter

Selector of the methods implemented by a handler.

See Also:
ProxyFactory.setFilter(MethodFilter)

Method Summary
 boolean isHandled(java.lang.reflect.Method m)
          Returns true if the given method is implemented by a handler.
 

Method Detail

isHandled

boolean isHandled(java.lang.reflect.Method m)
Returns true if the given method is implemented by a handler.



Copyright © 2011. All Rights Reserved.