public class RequestMappingBean extends Object implements CustomBean
| 构造器和说明 |
|---|
RequestMappingBean() |
RequestMappingBean(org.springframework.web.bind.annotation.RequestMapping mapping) |
RequestMappingBean(org.springframework.web.bind.annotation.RequestMapping mapping,
String parentPath) |
RequestMappingBean(String pathName,
String parentPath) |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<String> |
getConsumes() |
String |
getFristUrl() |
String |
getFristValue() |
Set<String> |
getHeaders() |
Set<org.springframework.web.bind.annotation.RequestMethod> |
getMethod() |
String |
getName() |
Set<String> |
getParams() |
String |
getParentPath() |
Set<String> |
getPath() |
Set<String> |
getProduces() |
Set<String> |
getValue() |
void |
setConsumes(Set<String> consumes) |
void |
setFristUrl(String fristUrl) |
void |
setFristValue(String fristValue) |
void |
setHeaders(Set<String> headers) |
void |
setMethod(Set<org.springframework.web.bind.annotation.RequestMethod> method) |
void |
setName(String name) |
void |
setParams(Set<String> params) |
void |
setParentPath(String parentPath) |
void |
setPath(Set<String> path) |
void |
setProduces(Set<String> produces) |
void |
setValue(Set<String> value) |
String |
toAnnotationStr() |
public RequestMappingBean()
public RequestMappingBean(org.springframework.web.bind.annotation.RequestMapping mapping)
public RequestMappingBean(org.springframework.web.bind.annotation.RequestMapping mapping,
String parentPath)
public String getFristUrl()
public void setFristUrl(String fristUrl)
public String getName()
public void setName(String name)
public Set<org.springframework.web.bind.annotation.RequestMethod> getMethod()
public void setMethod(Set<org.springframework.web.bind.annotation.RequestMethod> method)
public String getFristValue()
public void setFristValue(String fristValue)
public String getParentPath()
public void setParentPath(String parentPath)
public String toAnnotationStr()
toAnnotationStr 在接口中 CustomBeanCopyright © 2023 onecode. All rights reserved.