public class RequestMethodBean extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
className |
javassist.CtMethod |
ctmethod |
Map<String,Object> |
defaultParamsValueMap |
String |
domainId |
RequestMappingBean |
mappingBean |
Method |
method |
MethodChinaName |
methodChinaName |
String |
methodName |
String |
name |
LinkedHashSet<RequestParamBean> |
paramSet |
Map<String,String> |
paramsMap |
String |
pathVariable |
Map<String,org.springframework.web.bind.annotation.PathVariable> |
pathVariables |
HttpMethod |
queryMethod |
org.springframework.web.bind.annotation.RequestBody |
requestBody |
RequestType |
requestType |
Set<String> |
requiredParams |
org.springframework.web.bind.annotation.ResponseBody |
responseBody |
ResponseType |
responseType |
String |
url |
| 构造器和说明 |
|---|
RequestMethodBean() |
RequestMethodBean(javassist.CtMethod ctmethod,
RequestMappingBean mapping,
String domainId) |
RequestMethodBean(Method method,
RequestMappingBean mappingBean,
String domainId) |
public Method method
public javassist.CtMethod ctmethod
public RequestMappingBean mappingBean
public String url
public String domainId
public String name
public String className
public String methodName
public String pathVariable
public HttpMethod queryMethod
public RequestType requestType
public ResponseType responseType
public LinkedHashSet<RequestParamBean> paramSet
public org.springframework.web.bind.annotation.ResponseBody responseBody
public org.springframework.web.bind.annotation.RequestBody requestBody
public MethodChinaName methodChinaName
public RequestMethodBean()
public RequestMethodBean(Method method, RequestMappingBean mappingBean, String domainId)
public RequestMethodBean(javassist.CtMethod ctmethod,
RequestMappingBean mapping,
String domainId)
public Method getSourceMethod() throws ClassNotFoundException
public Class getInnerClass() throws ClassNotFoundException
public Object invok(ognl.OgnlContext onglContext, Map<String,Object> allParamsMap) throws ClassNotFoundException, ognl.OgnlException
ClassNotFoundExceptionognl.OgnlExceptionpublic void setDefaultParamsValueMap(Map<String,Object> defaultParamsValueMap)
public String getClassName()
public void setClassName(String className)
public String getMethodName()
public void setMethodName(String methodName)
public HttpMethod getQueryMethod()
public void setQueryMethod(HttpMethod queryMethod)
public String getUrl()
public void setUrl(String url)
public RequestType getRequestType()
public void setRequestType(RequestType requestType)
public ResponseType getResponseType()
public void setResponseType(ResponseType responseType)
public MethodChinaName getMethodChinaName()
public void setMethodChinaName(MethodChinaName methodChinaName)
public RequestMappingBean getMappingBean()
public void setMappingBean(RequestMappingBean mappingBean)
public String getPathVariable()
public void setPathVariable(String pathVariable)
public org.springframework.web.bind.annotation.RequestBody getRequestBody()
public void setRequestBody(org.springframework.web.bind.annotation.RequestBody requestBody)
public org.springframework.web.bind.annotation.ResponseBody getResponseBody()
public void setResponseBody(org.springframework.web.bind.annotation.ResponseBody responseBody)
public Map<String,org.springframework.web.bind.annotation.PathVariable> getPathVariables()
public void setPathVariables(Map<String,org.springframework.web.bind.annotation.PathVariable> pathVariables)
public LinkedHashSet<RequestParamBean> getParamSet()
public void setParamSet(LinkedHashSet<RequestParamBean> paramSet)
public String getName()
public void setName(String name)
Copyright © 2023 onecode. All rights reserved.