public class MethodParametersSignature extends ParametersSignature
NO_NAME, NO_PARAMETER_TYPES, NO_PARAMETERS| Constructor and Description |
|---|
MethodParametersSignature(org.jboss.reflect.spi.MethodInfo method,
int param)
Create a new Signature.
|
MethodParametersSignature(Method method,
int param)
Create a new Signature.
|
MethodParametersSignature(String name,
int param,
Class<?>... parameters)
Create a new Signature.
|
MethodParametersSignature(String name,
String[] parameters,
int param)
Create a new Signature.
|
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod()
Get the method.
|
checkParam, getParam, internalToStringconvertParameters, convertParameterTypes, equals, getName, getParameters, getParametersTypes, getParameterTypes, getPrimativeArrayType, getSignature, getSignature, hashCode, toStringpublic MethodParametersSignature(String name, String[] parameters, int param)
name - the nameparam - the parameter numberparameters - the parameterspublic MethodParametersSignature(String name, int param, Class<?>... parameters)
name - the nameparam - the parameter numberparameters - the parameterspublic MethodParametersSignature(Method method, int param)
method - the methodparam - the parameter numberpublic MethodParametersSignature(org.jboss.reflect.spi.MethodInfo method,
int param)
method - the method infoparam - the parameter numberpublic Method getMethod()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.