public class RestHandlerMapping extends Object
| 构造器和说明 |
|---|
RestHandlerMapping() |
RestHandlerMapping(String url,
Class<?> beanType,
Method beanOfMethod,
Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods) |
| 限定符和类型 | 方法和说明 |
|---|---|
Method |
getBeanOfMethod() |
Class<?> |
getBeanType() |
Set<org.springframework.web.bind.annotation.RequestMethod> |
getRequestMethods() |
String |
getUrl() |
void |
setBeanOfMethod(Method beanOfMethod) |
void |
setBeanType(Class<?> beanType) |
void |
setRequestMethods(Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods) |
void |
setUrl(String url) |
public RestHandlerMapping(String url, Class<?> beanType, Method beanOfMethod, Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods)
public RestHandlerMapping()
public Set<org.springframework.web.bind.annotation.RequestMethod> getRequestMethods()
public void setRequestMethods(Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods)
public String getUrl()
public void setUrl(String url)
public Class<?> getBeanType()
public void setBeanType(Class<?> beanType)
public Method getBeanOfMethod()
public void setBeanOfMethod(Method beanOfMethod)
Copyright © 2019. All rights reserved.