net.neoremind.dynamicproxy.util
类 ProxyUtil
java.lang.Object
net.neoremind.dynamicproxy.util.ProxyUtil
public abstract class ProxyUtil
- extends Object
动态代理相关的工具类
- 作者:
- zhangxu
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_ARGUMENTS
public static final Object[] EMPTY_ARGUMENTS
EMPTY_ARGUMENT_TYPES
public static final Class<?>[] EMPTY_ARGUMENT_TYPES
ProxyUtil
public ProxyUtil()
getJavaClassName
public static String getJavaClassName(Class<?> clazz)
getWrapperClass
public static Class<?> getWrapperClass(Class<?> primitiveType)
nullValue
public static <T> T nullValue(Class<T> type)
getInstance
public static ProxyCreator getInstance()
isHashCode
public static boolean isHashCode(Method method)
isEqualsMethod
public static boolean isEqualsMethod(Method method)
Copyright © 2016 neoremind. All rights reserved.