public class RequestMapping extends Object
| 构造器和说明 |
|---|
RequestMapping() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RequestMapping |
builder() |
String |
getMediaType() |
String |
getMethodType() |
String |
getShortUrl() |
String |
getUrl() |
boolean |
isDeprecated() |
RequestMapping |
setDeprecated(boolean deprecated) |
RequestMapping |
setMediaType(String mediaType) |
RequestMapping |
setMethodType(String methodType) |
RequestMapping |
setShortUrl(String shortUrl) |
RequestMapping |
setUrl(String url) |
public static RequestMapping builder()
public String getUrl()
public RequestMapping setUrl(String url)
public String getShortUrl()
public RequestMapping setShortUrl(String shortUrl)
public String getMethodType()
public RequestMapping setMethodType(String methodType)
public String getMediaType()
public RequestMapping setMediaType(String mediaType)
public boolean isDeprecated()
public RequestMapping setDeprecated(boolean deprecated)
Copyright © 2020. All rights reserved.