Class RequestMappingInfo.BuilderConfiguration
java.lang.Object
org.springframework.web.reactive.result.method.RequestMappingInfo.BuilderConfiguration
- Enclosing class:
 - 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.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidSet the ContentNegotiationManager to use for the ProducesRequestCondition.voidsetPatternParser(PathPatternParser patternParser)  
- 
Constructor Details
- 
BuilderConfiguration
public BuilderConfiguration() 
 - 
 - 
Method Details
- 
setPatternParser
 - 
getPatternParser
 - 
setContentTypeResolver
Set the ContentNegotiationManager to use for the ProducesRequestCondition.By default this is not set.
 - 
getContentTypeResolver
 
 -