Package cn.longky.common.utils
Class ReflectionUtils
java.lang.Object
cn.longky.common.utils.ReflectionUtils
utilities relating to Java reflection
- Since:
- 1.0
- Author:
- yingzhan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TnewProxy(Class<T> interfaceType, Object target, List<KMethodInterceptor> interceptors)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
newProxy
public static <T> T newProxy(Class<T> interfaceType, Object target, List<KMethodInterceptor> interceptors)
-