@Deprecated
public class MethodParameter
extends java.lang.Object
| Constructor and Description |
|---|
MethodParameter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.annotation.Annotation[] |
getAnnotations()
Deprecated.
返回annotations
|
java.lang.reflect.Method |
getMethod()
Deprecated.
返回method
|
java.lang.String |
getName()
Deprecated.
返回name
|
java.lang.Class<?> |
getType()
Deprecated.
返回type
|
void |
setAnnotations(java.lang.annotation.Annotation[] annotations)
Deprecated.
设置annotations
|
void |
setMethod(java.lang.reflect.Method method)
Deprecated.
设置method
|
void |
setName(java.lang.String name)
Deprecated.
设置name
|
void |
setType(java.lang.Class<?> type)
Deprecated.
设置type
|
public java.lang.String getName()
public void setName(java.lang.String name)
name - namepublic java.lang.Class<?> getType()
public void setType(java.lang.Class<?> type)
type - typepublic java.lang.annotation.Annotation[] getAnnotations()
public void setAnnotations(java.lang.annotation.Annotation[] annotations)
annotations - annotationspublic java.lang.reflect.Method getMethod()
public void setMethod(java.lang.reflect.Method method)
method - method