Uses of Interface
javassist.util.proxy.MethodHandler
-
Uses of MethodHandler in javassist.util.proxy
Modifier and TypeFieldDescriptionstatic MethodHandler
RuntimeSupport.default_interceptor
A method handler that only executes a method.Modifier and TypeMethodDescriptionstatic MethodHandler
ProxyFactory.getHandler
(Proxy p) Obtains the method handler of the given proxy object.ProxyObject.getHandler()
Get the handler.Modifier 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.