net.neoremind.dynamicproxy
类 MethodSignature

java.lang.Object
  继承者 net.neoremind.dynamicproxy.MethodSignature
所有已实现的接口:
Serializable

public class MethodSignature
extends Object
implements Serializable

方法签名

作者:
zhangxu
另请参见:
序列化表格

构造方法摘要
MethodSignature(Method method)
           
 
方法摘要
 boolean equals(Object o)
           
static String getName(String className, String methodName, Class<?>[] parameterTypes)
           
 int hashCode()
           
 Method toMethod(Class<?> type)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

MethodSignature

public MethodSignature(Method method)
方法详细信息

getName

public static String getName(String className,
                             String methodName,
                             Class<?>[] parameterTypes)

toMethod

public Method toMethod(Class<?> type)

equals

public boolean equals(Object o)
覆盖:
Object 中的 equals

hashCode

public int hashCode()
覆盖:
Object 中的 hashCode

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2016 neoremind. All rights reserved.