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 class
Fields in javassist.util.proxy declared as MethodHandlerModifier and TypeFieldDescriptionstatic MethodHandler
RuntimeSupport.default_interceptor
A method handler that only executes a method.private MethodHandler
ProxyFactory.handler
private MethodHandler
SerializedProxy.handler
Methods in javassist.util.proxy that return MethodHandlerModifier and TypeMethodDescriptionstatic MethodHandler
ProxyFactory.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.void
Proxy.setHandler
(MethodHandler mi) Sets a handler.void
ProxyFactory.setHandler
(MethodHandler mi) Deprecated.since 3.12 use of this method is incompatible with proxy class caching.void
ProxyObject.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)