org.jboss.weld.introspector.jlr
Class MethodSignatureImpl

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

public class MethodSignatureImpl
extends Object
implements MethodSignature

See Also:
Serialized Form

Constructor Summary
MethodSignatureImpl(Method method)
           
MethodSignatureImpl(WeldMethod<?,?> method)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMethodName()
           
 String[] getParameterTypes()
           
 int hashCode()
           
 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(Method method)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getMethodName

public String getMethodName()
Specified by:
getMethodName in interface MethodSignature

getParameterTypes

public String[] getParameterTypes()
Specified by:
getParameterTypes in interface MethodSignature

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Seam Framework. All Rights Reserved.