org.apache.clerezza.triaxrs.util
Class MethodSignature

java.lang.Object
  extended by org.apache.clerezza.triaxrs.util.MethodSignature

public class MethodSignature
extends Object


Constructor Summary
MethodSignature(Method method)
           
MethodSignature(String name, Class<?>[] params)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 Class<?>[] getParameterTypes()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSignature

public MethodSignature(String name,
                       Class<?>[] params)

MethodSignature

public MethodSignature(Method method)
Method Detail

getName

public String getName()

getParameterTypes

public Class<?>[] getParameterTypes()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.