类 RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch
java.lang.Object
cn.taketoday.web.handler.method.RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch
private static class RequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatch
extends Object
Container for a RequestMappingInfo that matches the URL path at least.
-
字段概要
字段修饰符和类型字段说明private final booleanprivate final RequestMappingInfoprivate final booleanprivate final booleanprivate final boolean -
构造器概要
构造器构造器说明PartialMatch(RequestMappingInfo info, RequestContext request) Create a newRequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatchinstance. -
方法概要
-
字段详细资料
-
info
-
methodsMatch
private final boolean methodsMatch -
consumesMatch
private final boolean consumesMatch -
producesMatch
private final boolean producesMatch -
paramsMatch
private final boolean paramsMatch
-
-
构造器详细资料
-
PartialMatch
Create a newRequestMappingInfoHandlerMapping.PartialMatchHelper.PartialMatchinstance.- 参数:
info- the RequestMappingInfo that matches the URL path.request- the current request
-
-
方法详细资料