JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
javassist.util.proxy
MethodFilter
Contents
Description
Method Summary
Method Details
isHandled(Method)
Hide sidebar
Show sidebar
Interface MethodFilter
public interface
MethodFilter
Selector 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
boolean
isHandled
(
Method
m)
Returns true if the given method is implemented by a handler.
Method Details
isHandled
boolean
isHandled
(
Method
m)
Returns true if the given method is implemented by a handler.