类 RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch

java.lang.Object
cn.taketoday.web.handler.method.RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch
封闭类:
RequestMappingInfoHandlerMapping.PartialMatchHelper

private static class RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch extends Object
Container for a RequestMappingInfo that matches the URL path at least.
  • 字段详细资料

    • info

      private final RequestMappingInfo info
    • methodsMatch

      private final boolean methodsMatch
    • consumesMatch

      private final boolean consumesMatch
    • producesMatch

      private final boolean producesMatch
    • paramsMatch

      private final boolean paramsMatch
  • 构造器详细资料

  • 方法详细资料

    • getInfo

      public RequestMappingInfo getInfo()
    • hasMethodsMatch

      public boolean hasMethodsMatch()
    • hasConsumesMatch

      public boolean hasConsumesMatch()
    • hasProducesMatch

      public boolean hasProducesMatch()
    • hasParamsMatch

      public boolean hasParamsMatch()
    • toString

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