org.jboss.webbeans.introspector.jlr
Class MethodSignatureImpl
java.lang.Object
org.jboss.webbeans.introspector.jlr.MethodSignatureImpl
- All Implemented Interfaces:
- MethodSignature
public class MethodSignatureImpl
- extends java.lang.Object
- implements MethodSignature
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MethodSignatureImpl
public MethodSignatureImpl(AnnotatedMethod<?> method)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getMethodName
public java.lang.String getMethodName()
- Specified by:
getMethodName
in interface MethodSignature
getParameterTypes
public java.lang.String[] getParameterTypes()
- Specified by:
getParameterTypes
in interface MethodSignature
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2011. All Rights Reserved.