public class RestParamAnalyzer extends Object
| 构造器和说明 |
|---|
RestParamAnalyzer(BaseRestRequestParam baseRestRequestParam) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Param> |
getBodyParams() |
HttpContentType |
getContentType() |
List<org.apache.http.Header> |
getHeaders() |
HttpMethod |
getMethod() |
List<Param> |
getPathParams() |
List<Param> |
getSignatureParams() |
List<Param> |
getUrlParams() |
public RestParamAnalyzer(BaseRestRequestParam baseRestRequestParam) throws Exception
Exceptionpublic List<org.apache.http.Header> getHeaders()
public HttpMethod getMethod()
public HttpContentType getContentType()
Copyright © 2019. All rights reserved.