org.jboss.weld.introspector.jlr
Class MethodSignatureImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MethodSignatureImpl
public MethodSignatureImpl(WeldMethod<?,?> method)
MethodSignatureImpl
public MethodSignatureImpl(java.lang.reflect.Method 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 © 2008-2009 Seam Framework. All Rights Reserved.