org.jboss.webbeans.introspector.jlr
Class MethodSignatureImpl

java.lang.Object
  extended by org.jboss.webbeans.introspector.jlr.MethodSignatureImpl
All Implemented Interfaces:
MethodSignature

public class MethodSignatureImpl
extends java.lang.Object
implements MethodSignature


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

Constructor Detail

MethodSignatureImpl

public MethodSignatureImpl(AnnotatedMethod<?> method)
Method Detail

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.