public class ConstructorSignatureImpl extends java.lang.Object implements ConstructorSignature
| Constructor and Description |
|---|
ConstructorSignatureImpl(WeldConstructor<?> method) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getParameterTypes() |
int |
hashCode() |
public ConstructorSignatureImpl(WeldConstructor<?> method)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String[] getParameterTypes()
getParameterTypes in interface ConstructorSignatureCopyright © 2014 Seam Framework. All Rights Reserved.