public class TarsMethodParameterInfo extends Object
| 构造器和说明 |
|---|
TarsMethodParameterInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Annotation[] |
getAnnotations() |
String |
getName() |
int |
getOrder() |
Object |
getStamp() |
Type |
getType() |
void |
setAnnotations(Annotation[] annotations) |
void |
setName(String name) |
void |
setOrder(int order) |
void |
setStamp(Object stamp) |
void |
setType(Type type) |
public String getName()
public void setName(String name)
public int getOrder()
public void setOrder(int order)
public Object getStamp()
public void setStamp(Object stamp)
public Type getType()
public void setType(Type type)
public Annotation[] getAnnotations()
public void setAnnotations(Annotation[] annotations)
Copyright © 2020. All Rights Reserved.