Package | Description |
---|---|
javassist.util.proxy |
Dynamic proxy (similar to
Enhancer of cglib). |
Class and Description |
---|
MethodFilter
Selector of the methods implemented by a handler.
|
MethodHandler
The interface implemented by the invocation handler of a proxy
instance.
|
Proxy
The interface implemented by proxy classes.
|
ProxyFactory
Factory of dynamic proxy classes.
|
ProxyFactory.ClassLoaderProvider
A provider of class loaders.
|
ProxyFactory.UniqueName
A unique class name generator.
|
SerializedProxy
A proxy object is converted into an instance of this class
when it is written to an output stream.
|