|
JBoss MetaData Repository 2.2.0.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.spi.signature.Signature
org.jboss.metadata.spi.signature.MethodSignature
public class MethodSignature
Method Signature.
Field Summary |
---|
Fields inherited from class org.jboss.metadata.spi.signature.Signature |
---|
NO_NAME, NO_PARAMETER_TYPES, NO_PARAMETERS |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
Method |
getMethod()
Get the method. |
protected Class<?>[] |
getParameterTypes()
Get the parameter types (for override by sub-classes) |
Methods inherited from class org.jboss.metadata.spi.signature.Signature |
---|
convertParameters, convertParameterTypes, equals, getName, getParameters, getParametersTypes, getPrimativeArrayType, getSignature, getSignature, hashCode, internalToString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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 methodMethod Detail |
---|
public Method getMethod()
protected Class<?>[] getParameterTypes()
Signature
getParameterTypes
in class Signature
|
JBoss MetaData Repository 2.2.0.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |