org.jboss.webbeans.introspector.jlr
Class ConstructorSignatureImpl

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

public class ConstructorSignatureImpl
extends java.lang.Object
implements ConstructorSignature


Constructor Summary
ConstructorSignatureImpl(AnnotatedConstructor<?> method)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.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(AnnotatedConstructor<?> 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

getParameterTypes

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


Copyright © 2011. All Rights Reserved.