类 GeneralProxyFactory<T>
java.lang.Object
com.flyfish.oauth.spring.utils.GeneralProxyFactory<T>
-
方法概要
修饰符和类型方法说明cache(boolean cache) filter(Collection<String> methods) intercept(org.springframework.cglib.proxy.MethodInterceptor interceptor) static <T> GeneralProxyFactory<T> of(T targetObject) static <T> Tproxy(T targetObject, org.springframework.cglib.proxy.MethodInterceptor interceptor)
-
方法详细资料
-
of
-
proxy
public static <T> T proxy(T targetObject, org.springframework.cglib.proxy.MethodInterceptor interceptor) -
filter
-
intercept
public GeneralProxyFactory<T> intercept(org.springframework.cglib.proxy.MethodInterceptor interceptor) -
cache
-
getProxyInstance
-