类 UriHttpMethodTuple

    • 构造器详细资料

      • UriHttpMethodTuple

        public UriHttpMethodTuple​(String uri,
                                  org.springframework.http.HttpMethod method)
    • 方法详细资料

      • getUri

        public String getUri()
      • setUri

        public void setUri​(String uri)
      • getMethod

        public org.springframework.http.HttpMethod getMethod()
      • setMethod

        public void setMethod​(org.springframework.http.HttpMethod method)
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 Object