Package | Description |
---|---|
javassist.util.proxy |
Dynamic proxy (similar to
Enhancer of cglib). |
Modifier and Type | Interface | Description |
---|---|---|
interface |
ProxyObject |
The interface implemented by proxy classes.
|
Modifier and Type | Method | Description |
---|---|---|
static MethodHandler |
ProxyFactory.getHandler(Proxy p) |
Obtains the method handler of the given proxy object.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.