Uses of Interface
org.springframework.cglib.proxy.InvocationHandler
Packages that use InvocationHandler
-
Uses of InvocationHandler in org.springframework.cglib.proxy
Fields in org.springframework.cglib.proxy declared as InvocationHandlerMethods in org.springframework.cglib.proxy that return InvocationHandlerModifier and TypeMethodDescriptionstatic InvocationHandler
Proxy.getInvocationHandler
(Object proxy) Methods in org.springframework.cglib.proxy with parameters of type InvocationHandlerModifier and TypeMethodDescriptionstatic Object
Proxy.newProxyInstance
(ClassLoader loader, Class[] interfaces, InvocationHandler h) Constructors in org.springframework.cglib.proxy with parameters of type InvocationHandler