Package javassist.util.proxy
package javassist.util.proxy
-
ClassDescriptionHelper class for invoking
ClassLoader.defineClass(String,byte[],int,int)
.Helper class for invokingClassLoader.defineClass(String,byte[],int,int)
.A helper class for implementingProxyFactory
.Selector of the methods implemented by a handler.The interface implemented by the invocation handler of a proxy instance.The interface implemented by proxy classes.Factory of dynamic proxy classes.A provider of class loaders.used to store details of a specific proxy class in the second tier of the proxy cache.A unique class name generator.The interface implemented by proxy classes.An input stream class which knows how to deserialize proxies created viaProxyFactory
and serializedo via aProxyObjectOutputStream
.An input stream class which knows how to serialize proxies created viaProxyFactory
.Runtime support routines that the classes generated by ProxyFactory use.A proxy object is converted into an instance of this class when it is written to an output stream.