public class RequestMappingWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
RequestMappingWrapper(ApiRequestMapping apiRequestMapping) |
RequestMappingWrapper(org.springframework.web.bind.annotation.RequestMapping requestMapping) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getConsumes() |
String[] |
getHeaders() |
org.springframework.web.bind.annotation.RequestMethod[] |
getMethods() |
String |
getName() |
String[] |
getParams() |
String[] |
getPaths() |
String[] |
getProduces() |
String |
toString() |
public RequestMappingWrapper(ApiRequestMapping apiRequestMapping)
public RequestMappingWrapper(org.springframework.web.bind.annotation.RequestMapping requestMapping)
public String[] getPaths()
public org.springframework.web.bind.annotation.RequestMethod[] getMethods()
public String[] getParams()
public String[] getHeaders()
public String[] getConsumes()
public String[] getProduces()
public String getName()
public String toString()
Copyright © 2017. All rights reserved.