类 RestHandlerMapping

    • 构造器详细资料

      • 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)