org.jboss.weld.introspector.jlr
Class MethodSignatureImpl

java.lang.Object
  extended by org.jboss.weld.introspector.jlr.MethodSignatureImpl
All Implemented Interfaces:
java.io.Serializable, MethodSignature

public class MethodSignatureImpl
extends java.lang.Object
implements MethodSignature

See Also:
Serialized Form

Constructor Summary
MethodSignatureImpl(java.lang.reflect.Method method)
           
MethodSignatureImpl(WeldMethod<?,?> 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(WeldMethod<?,?> method)

MethodSignatureImpl

public MethodSignatureImpl(java.lang.reflect.Method 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 © 2008-2009 Seam Framework. All Rights Reserved.