org.jboss.weld.introspector.jlr
Class MethodSignatureImpl
java.lang.Object
org.jboss.weld.introspector.jlr.MethodSignatureImpl
- All Implemented Interfaces:
- Serializable, MethodSignature
public class MethodSignatureImpl
- extends Object
- implements MethodSignature
- See Also:
- Serialized Form
MethodSignatureImpl
public MethodSignatureImpl(WeldMethod<?,?> method)
MethodSignatureImpl
public MethodSignatureImpl(Method method)
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.