public class FormServiceProxy extends Object implements org.springframework.cglib.proxy.MethodInterceptor
FormServiceProxy(Class serviceClass, Class aroundClass)
static Object
create(Class serviceClass, Class aroundClass)
Object
intercept(Object target, Method method, Object[] args, org.springframework.cglib.proxy.MethodProxy methodProxy)
InvocationHandler.invoke(Object, Method, Object[])
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FormServiceProxy(Class serviceClass, Class aroundClass)
public static Object create(Class serviceClass, Class aroundClass)
public Object intercept(Object target, Method method, Object[] args, org.springframework.cglib.proxy.MethodProxy methodProxy)
intercept
org.springframework.cglib.proxy.MethodInterceptor
Copyright © 2022. All rights reserved.