类 RequestMappingInfo.DefaultBuilder
java.lang.Object
cn.taketoday.web.handler.method.RequestMappingInfo.DefaultBuilder
- 所有已实现的接口:
RequestMappingInfo.Builder
- 封闭类:
- RequestMappingInfo
private static class RequestMappingInfo.DefaultBuilder
extends Object
implements RequestMappingInfo.Builder
-
字段概要
字段修饰符和类型字段说明private booleanprivate String[]private RequestCondition<?>private booleanprivate booleanprivate String[]private Stringprivate HttpMethod[]private String[]private String[]private String[] -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()Build the RequestMappingInfo.combine(boolean combine) combine class levelSet the consumes conditions.customCondition(RequestCondition<?> condition) Set a custom condition to use.Set the header conditions.mappingName(String name) Set the mapping name.methods(HttpMethod... methods) Set the request method conditions.Provide additional configuration needed for request mapping purposes.Set the request param conditions.Set the URL path patterns.Set the produces conditions.
-
字段详细资料
-
paths
-
methods
-
params
-
headers
-
consumes
-
produces
-
hasAccept
private boolean hasAccept -
hasContentType
private boolean hasContentType -
mappingName
-
customCondition
-
options
-
combine
private boolean combine
-
-
构造器详细资料
-
DefaultBuilder
-
-
方法详细资料
-
paths
从接口复制的说明:RequestMappingInfo.BuilderSet the URL path patterns.- 指定者:
paths在接口中RequestMappingInfo.Builder
-
methods
从接口复制的说明:RequestMappingInfo.BuilderSet the request method conditions.- 指定者:
methods在接口中RequestMappingInfo.Builder
-
params
从接口复制的说明:RequestMappingInfo.BuilderSet the request param conditions.- 指定者:
params在接口中RequestMappingInfo.Builder
-
headers
从接口复制的说明:RequestMappingInfo.BuilderSet the header conditions.By default this is not set.
- 指定者:
headers在接口中RequestMappingInfo.Builder
-
consumes
从接口复制的说明:RequestMappingInfo.BuilderSet the consumes conditions.- 指定者:
consumes在接口中RequestMappingInfo.Builder
-
produces
从接口复制的说明:RequestMappingInfo.BuilderSet the produces conditions.- 指定者:
produces在接口中RequestMappingInfo.Builder
-
mappingName
从接口复制的说明:RequestMappingInfo.BuilderSet the mapping name.- 指定者:
mappingName在接口中RequestMappingInfo.Builder
-
customCondition
从接口复制的说明:RequestMappingInfo.BuilderSet a custom condition to use.- 指定者:
customCondition在接口中RequestMappingInfo.Builder
-
options
从接口复制的说明:RequestMappingInfo.BuilderProvide additional configuration needed for request mapping purposes.- 指定者:
options在接口中RequestMappingInfo.Builder
-
combine
从接口复制的说明:RequestMappingInfo.Buildercombine class level- 指定者:
combine在接口中RequestMappingInfo.Builder
-
build
从接口复制的说明:RequestMappingInfo.BuilderBuild the RequestMappingInfo.- 指定者:
build在接口中RequestMappingInfo.Builder
-