类 RequestMappingInfo.BuilderConfiguration

java.lang.Object
cn.taketoday.web.handler.method.RequestMappingInfo.BuilderConfiguration
封闭类:
RequestMappingInfo

public static class RequestMappingInfo.BuilderConfiguration extends Object
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.
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • BuilderConfiguration

      public BuilderConfiguration()
  • 方法详细资料

    • setPatternParser

      public void setPatternParser(PathPatternParser patternParser)
    • getPatternParser

      public PathPatternParser getPatternParser()
      Return the configured PathPatternParser, or null.
    • setContentNegotiationManager

      public void setContentNegotiationManager(ContentNegotiationManager contentNegotiationManager)
      Set the ContentNegotiationManager to use for the ProducesRequestCondition.

      By default this is not set.

    • getContentNegotiationManager

      @Nullable public ContentNegotiationManager getContentNegotiationManager()
      Return the ContentNegotiationManager to use for the ProducesRequestCondition, if any.