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