Package | Description |
---|---|
javassist.util.proxy |
Dynamic proxy (similar to
Enhancer of cglib). |
Modifier and Type | Field and Description |
---|---|
private MethodFilter |
ProxyFactory.methodFilter |
Modifier and Type | Method and Description |
---|---|
private void |
ProxyFactory.computeSignature(MethodFilter filter) |
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.
|