org.apache.clerezza.triaxrs.util
Class MethodSignature
java.lang.Object
org.apache.clerezza.triaxrs.util.MethodSignature
public class MethodSignature
- extends Object
MethodSignature
public MethodSignature(String name,
Class<?>[] params)
MethodSignature
public MethodSignature(Method method)
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.