类 RequestMappingInfo.BuilderConfiguration
java.lang.Object
cn.taketoday.web.handler.method.RequestMappingInfo.BuilderConfiguration
- 封闭类:
- RequestMappingInfo
Container for configuration options used for request mapping purposes.
Such configuration is required to create RequestMappingInfo instances but
is typically used across all RequestMappingInfo instances.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Return the ContentNegotiationManager to use for the ProducesRequestCondition, if any.voidsetContentNegotiationManager(ContentNegotiationManager contentNegotiationManager) Set the ContentNegotiationManager to use for the ProducesRequestCondition.voidsetPatternParser(PathPatternParser patternParser)
-
字段详细资料
-
patternParser
-
contentNegotiationManager
-
-
构造器详细资料
-
BuilderConfiguration
public BuilderConfiguration()
-
-
方法详细资料
-
setPatternParser
-
getPatternParser
-
setContentNegotiationManager
Set the ContentNegotiationManager to use for the ProducesRequestCondition.By default this is not set.
-
getContentNegotiationManager
Return the ContentNegotiationManager to use for the ProducesRequestCondition, if any.
-