Uses of Interface
javassist.util.proxy.MethodHandler
Packages that use MethodHandler
-
Uses of MethodHandler in javassist.util.proxy
Classes in javassist.util.proxy that implement MethodHandlerModifier and TypeClassDescription(package private) static classFields in javassist.util.proxy declared as MethodHandlerModifier and TypeFieldDescriptionstatic MethodHandlerRuntimeSupport.default_interceptorA method handler that only executes a method.private MethodHandlerProxyFactory.handlerprivate MethodHandlerSerializedProxy.handlerMethods in javassist.util.proxy that return MethodHandlerModifier and TypeMethodDescriptionstatic MethodHandlerProxyFactory.getHandler(Proxy p) Obtains the method handler of the given proxy object.ProxyObject.getHandler()Get the handler.Methods in javassist.util.proxy with parameters of type MethodHandlerModifier and TypeMethodDescriptionProxyFactory.create(Class<?>[] paramTypes, Object[] args, MethodHandler mh) Creates a proxy class and returns an instance of that class.voidProxy.setHandler(MethodHandler mi) Sets a handler.voidProxyFactory.setHandler(MethodHandler mi) Deprecated.since 3.12 use of this method is incompatible with proxy class caching.voidProxyObject.setHandler(MethodHandler mi) Sets a handler.Constructors in javassist.util.proxy with parameters of type MethodHandlerModifierConstructorDescription(package private)SerializedProxy(Class<?> proxy, byte[] sig, MethodHandler h)