类 RestHandlerMapping
java.lang.Object
com.github.xiaoymin.knife4j.spring.model.RestHandlerMapping
- 从以下版本开始:
- 1.8.7
- 作者:
- xiaoymin@foxmail.com 2018/11/10 20:48
-
构造器概要
构造器构造器说明RestHandlerMapping(String url, Class<?> beanType, Method beanOfMethod, Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods) -
方法概要
修饰符和类型方法说明Class<?>Set<org.springframework.web.bind.annotation.RequestMethod>getUrl()voidsetBeanOfMethod(Method beanOfMethod) voidsetBeanType(Class<?> beanType) voidsetRequestMethods(Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods) void
-
构造器详细资料
-
RestHandlerMapping
-
RestHandlerMapping
public RestHandlerMapping()
-
-
方法详细资料
-
getRequestMethods
-
setRequestMethods
public void setRequestMethods(Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods) -
getUrl
-
setUrl
-
getBeanType
-
setBeanType
-
getBeanOfMethod
-
setBeanOfMethod
-