| 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.
|
Copyright © 2018 Shigeru Chiba, www.javassist.org. All rights reserved.