public class ConstructorSignature extends Signature
NO_NAME, NO_PARAMETER_TYPES, NO_PARAMETERS| Constructor and Description |
|---|
ConstructorSignature(Class<?>... parameters)
Create a new Signature.
|
ConstructorSignature(Constructor<?> constructor)
Create a new Signature.
|
ConstructorSignature(org.jboss.reflect.spi.ConstructorInfo constructor)
Create a new Signature.
|
ConstructorSignature(String[] parameters)
Create a new Signature.
|
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getConstructor()
Get the constructor.
|
protected Class<?>[] |
getParameterTypes()
Get the parameter types (for override by sub-classes)
|
convertParameters, convertParameterTypes, equals, getName, getParameters, getParametersTypes, getPrimativeArrayType, getSignature, getSignature, hashCode, internalToString, toStringpublic ConstructorSignature(String[] parameters)
parameters - the parameterspublic ConstructorSignature(Class<?>... parameters)
parameters - the parameterspublic ConstructorSignature(Constructor<?> constructor)
constructor - the constructorpublic ConstructorSignature(org.jboss.reflect.spi.ConstructorInfo constructor)
constructor - the constructorpublic Constructor<?> getConstructor()
protected Class<?>[] getParameterTypes()
SignaturegetParameterTypes in class SignatureCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.