Uses of Interface
javassist.util.proxy.MethodHandler
Packages that use MethodHandler
-
Uses of MethodHandler in javassist.util.proxy
Fields in javassist.util.proxy declared as MethodHandlerModifier and TypeFieldDescriptionstatic MethodHandlerRuntimeSupport.default_interceptorA method handler that only executes a method.Methods 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.