public class MethodWrap extends Object
| 限定符 | 构造器和说明 |
|---|---|
protected |
MethodWrap(Method m) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodWrap |
get(Method method) |
String |
getAct() |
Body |
getBodyAnno() |
String |
getBodyName() |
String |
getFun() |
Mapping |
getMappingAnno() |
Map<String,String> |
getMappingHeaders() |
Method |
getMethod() |
Parameter[] |
getParameters() |
protected MethodWrap(Method m)
public static MethodWrap get(Method method)
public Method getMethod()
public Parameter[] getParameters()
public String getBodyName()
public Body getBodyAnno()
public Mapping getMappingAnno()
public String getAct()
public String getFun()
Copyright © 2023. All rights reserved.