public class ConstructorParametersSignature extends ParametersSignature
NO_NAME, NO_PARAMETER_TYPES, NO_PARAMETERS
Constructor and Description |
---|
ConstructorParametersSignature(Constructor<?> constructor,
int param)
Create a new Signature.
|
ConstructorParametersSignature(org.jboss.reflect.spi.ConstructorInfo constructor,
int param)
Create a new Signature.
|
ConstructorParametersSignature(int param,
Class<?>... parameters)
Create a new Signature.
|
ConstructorParametersSignature(int param,
String... parameters)
Create a new Signature.
|
Modifier and Type | Method and Description |
---|---|
Constructor<?> |
getConstructor()
Get the constructor.
|
checkParam, getParam, internalToString
convertParameters, convertParameterTypes, equals, getName, getParameters, getParametersTypes, getParameterTypes, getPrimativeArrayType, getSignature, getSignature, hashCode, toString
public ConstructorParametersSignature(int param, String... parameters)
param
- the parameter numberparameters
- the parameterspublic ConstructorParametersSignature(int param, Class<?>... parameters)
param
- the parameter numberparameters
- the parameterspublic ConstructorParametersSignature(Constructor<?> constructor, int param)
constructor
- the constructorparam
- the parameter numberpublic ConstructorParametersSignature(org.jboss.reflect.spi.ConstructorInfo constructor, int param)
constructor
- the constructor infoparam
- the parameter numberpublic Constructor<?> getConstructor()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.