Package | Description |
---|---|
javassist.util.proxy |
Dynamic proxy (similar to
Enhancer of cglib). |
Modifier and Type | Interface and Description |
---|---|
interface |
ProxyObject
The interface implemented by proxy classes.
|
Modifier and Type | Method and Description |
---|---|
static MethodHandler |
ProxyFactory.getHandler(Proxy p)
Obtains the method handler of the given proxy object.
|
Copyright © 2024. All rights reserved.