net.neoremind.dynamicproxy.util
类 ProxyUtil

java.lang.Object
  继承者 net.neoremind.dynamicproxy.util.ProxyUtil

public abstract class ProxyUtil
extends Object

动态代理相关的工具类

作者:
zhangxu

字段摘要
static Class<?>[] EMPTY_ARGUMENT_TYPES
           
static Object[] EMPTY_ARGUMENTS
           
 
构造方法摘要
ProxyUtil()
           
 
方法摘要
static ProxyCreator getInstance()
           
static String getJavaClassName(Class<?> clazz)
           
static Class<?> getWrapperClass(Class<?> primitiveType)
           
static boolean isEqualsMethod(Method method)
           
static boolean isHashCode(Method method)
           
static
<T> T
nullValue(Class<T> type)
           
 
从类 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.