org.jboss.weld.introspector.jlr
Class ConstructorSignatureImpl

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

public class ConstructorSignatureImpl
extends Object
implements ConstructorSignature

See Also:
Serialized Form

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

Constructor Detail

ConstructorSignatureImpl

public ConstructorSignatureImpl(WeldConstructor<?> method)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getParameterTypes

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


Copyright © 2013 Seam Framework. All Rights Reserved.