public class RestParamAnalyzer extends Object
| Constructor and Description |
|---|
RestParamAnalyzer(BaseRestRequestParam baseRestRequestParam) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2024. All rights reserved.