Javassist 3.15.0-GA-redhat-2

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(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.


Javassist 3.15.0-GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.