javassist.util.proxy |
Dynamic proxy (similar to Enhancer of cglib).
See ProxyFactory for more details.
|
Java Source File Name | Type | Comment |
FactoryHelper.java | Class | A helper class for implementing ProxyFactory . |
MethodFilter.java | Interface | Selector of the methods implemented by a handler. |
MethodHandler.java | Interface | The interface implemented by the invocation handler of a proxy
instance. |
ProxyFactory.java | Class | Factory of dynamic proxy classes.
This factory generates a class that extends the given super class and implements
the given interfaces. |
ProxyObject.java | Interface | The interface implemented by proxy classes. |
RuntimeSupport.java | Class | Runtime support routines that the classes generated by ProxyFactory use. |
SerializedProxy.java | Class | A proxy object is converted into an instance of this class
when it is written to an output stream. |