类 RestHandlerMapping

java.lang.Object
com.github.xiaoymin.knife4j.spring.model.RestHandlerMapping

public class RestHandlerMapping extends Object
从以下版本开始:
1.8.7
作者:
xiaoymin@foxmail.com 2018/11/10 20:48
  • 构造器详细资料

    • RestHandlerMapping

      public RestHandlerMapping(String url, Class<?> beanType, Method beanOfMethod, Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods)
    • RestHandlerMapping

      public RestHandlerMapping()
  • 方法详细资料

    • getRequestMethods

      public Set<org.springframework.web.bind.annotation.RequestMethod> getRequestMethods()
    • setRequestMethods

      public void setRequestMethods(Set<org.springframework.web.bind.annotation.RequestMethod> requestMethods)
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getBeanType

      public Class<?> getBeanType()
    • setBeanType

      public void setBeanType(Class<?> beanType)
    • getBeanOfMethod

      public Method getBeanOfMethod()
    • setBeanOfMethod

      public void setBeanOfMethod(Method beanOfMethod)