Uses of Class
org.springframework.format.support.FormattingConversionService
Packages that use FormattingConversionService
Package
Description
Support classes for the formatting package,
providing common implementations as well as adapters.
Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.Contains built-in
MockMvcBuilder
implementations.Spring WebFlux configuration infrastructure.
Annotation-based setup for Spring MVC.
-
Uses of FormattingConversionService in org.springframework.format.support
Subclasses of FormattingConversionService in org.springframework.format.supportModifier and TypeClassDescriptionclass
A specialization ofFormattingConversionService
configured by default with converters and formatters appropriate for most applications.Methods in org.springframework.format.support that return FormattingConversionServiceMethods in org.springframework.format.support that return types with arguments of type FormattingConversionServiceModifier and TypeMethodDescriptionClass<? extends FormattingConversionService>
FormattingConversionServiceFactoryBean.getObjectType()
-
Uses of FormattingConversionService in org.springframework.test.web.servlet.client
Methods in org.springframework.test.web.servlet.client with parameters of type FormattingConversionServiceModifier and TypeMethodDescriptionMockMvcWebTestClient.ControllerSpec.conversionService
(FormattingConversionService conversionService) Provide a conversion service. -
Uses of FormattingConversionService in org.springframework.test.web.servlet.setup
Methods in org.springframework.test.web.servlet.setup with parameters of type FormattingConversionServiceModifier and TypeMethodDescriptionStandaloneMockMvcBuilder.setConversionService
(FormattingConversionService conversionService) Provide a conversion service with custom formatters and converters. -
Uses of FormattingConversionService in org.springframework.web.reactive.config
Methods in org.springframework.web.reactive.config that return FormattingConversionServiceModifier and TypeMethodDescriptionWebFluxConfigurationSupport.webFluxConversionService()
Return aFormattingConversionService
for use with annotated controllers.Methods in org.springframework.web.reactive.config with parameters of type FormattingConversionServiceModifier and TypeMethodDescriptionprotected ConfigurableWebBindingInitializer
WebFluxConfigurationSupport.getConfigurableWebBindingInitializer
(FormattingConversionService webFluxConversionService, Validator webFluxValidator) Return theConfigurableWebBindingInitializer
to use for initializing allWebDataBinder
instances.WebFluxConfigurationSupport.requestMappingHandlerAdapter
(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, FormattingConversionService conversionService, RequestedContentTypeResolver contentTypeResolver, Validator validator) -
Uses of FormattingConversionService in org.springframework.web.servlet.config.annotation
Methods in org.springframework.web.servlet.config.annotation that return FormattingConversionServiceModifier and TypeMethodDescriptionWebMvcConfigurationSupport.mvcConversionService()
Return aFormattingConversionService
for use with annotated controllers.Methods in org.springframework.web.servlet.config.annotation with parameters of type FormattingConversionServiceModifier and TypeMethodDescriptionWebMvcConfigurationSupport.beanNameHandlerMapping
(FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return aBeanNameUrlHandlerMapping
ordered at 2 to map URL paths to controller bean names.protected ConfigurableWebBindingInitializer
WebMvcConfigurationSupport.getConfigurableWebBindingInitializer
(FormattingConversionService mvcConversionService, Validator mvcValidator) Return theConfigurableWebBindingInitializer
to use for initializing allWebDataBinder
instances.protected final Object[]
WebMvcConfigurationSupport.getInterceptors
(FormattingConversionService mvcConversionService, ResourceUrlProvider mvcResourceUrlProvider) Provide access to the shared handler interceptors used to configureHandlerMapping
instances with.WebMvcConfigurationSupport.mvcUriComponentsContributor
(FormattingConversionService conversionService, RequestMappingHandlerAdapter requestMappingHandlerAdapter) Return an instance ofCompositeUriComponentsContributor
for use withMvcUriComponentsBuilder
.WebMvcConfigurationSupport.requestMappingHandlerAdapter
(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, Validator validator) Returns aRequestMappingHandlerAdapter
for processing requests through annotated controller methods.WebMvcConfigurationSupport.requestMappingHandlerMapping
(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return aRequestMappingHandlerMapping
ordered at 0 for mapping requests to annotated controllers.WebMvcConfigurationSupport.resourceHandlerMapping
(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return a handler mapping ordered at Integer.MAX_VALUE-1 with mapped resource handlers.WebMvcConfigurationSupport.routerFunctionMapping
(FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return aRouterFunctionMapping
ordered at -1 to map router functions.WebMvcConfigurationSupport.viewControllerHandlerMapping
(FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return a handler mapping ordered at 1 to map URL paths directly to view names.