|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodFilter | |
---|---|
javassist.util.proxy | Dynamic proxy (similar to Enhancer of cglib). |
Uses of MethodFilter in javassist.util.proxy |
---|
Methods in javassist.util.proxy with parameters of type MethodFilter | |
---|---|
java.lang.Class |
ProxyFactory.createClass(MethodFilter filter)
Generates a proxy class using the supplied filter. |
void |
ProxyFactory.setFilter(MethodFilter mf)
Sets a filter that selects the methods that will be controlled by a handler. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |