类 RequestHandlerKey

java.lang.Object
springfox.documentation.RequestHandlerKey

public class RequestHandlerKey extends Object
  • 构造器详细资料

    • RequestHandlerKey

      public RequestHandlerKey(Set<String> pathMappings, Set<org.springframework.web.bind.annotation.RequestMethod> supportedMethods, Set<? extends org.springframework.http.MediaType> supportedMediaTypes, Set<? extends org.springframework.http.MediaType> producibleMediaTypes)
  • 方法详细资料

    • getPathMappings

      public Set<String> getPathMappings()
    • getSupportedMethods

      public Set<org.springframework.web.bind.annotation.RequestMethod> getSupportedMethods()
    • getSupportedMediaTypes

      public Set<? extends org.springframework.http.MediaType> getSupportedMediaTypes()
    • getProducibleMediaTypes

      public Set<? extends org.springframework.http.MediaType> getProducibleMediaTypes()
    • equals

      public boolean equals(Object o)
      覆盖:
      equals 在类中 Object
    • hashCode

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

      public String toString()
      覆盖:
      toString 在类中 Object