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 TypeClassDescriptionclassA specialization ofFormattingConversionServiceconfigured 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 aFormattingConversionServicefor use with annotated controllers.Methods in org.springframework.web.reactive.config with parameters of type FormattingConversionServiceModifier and TypeMethodDescriptionprotected ConfigurableWebBindingInitializerWebFluxConfigurationSupport.getConfigurableWebBindingInitializer(FormattingConversionService webFluxConversionService, Validator webFluxValidator) Return theConfigurableWebBindingInitializerto use for initializing allWebDataBinderinstances.WebFluxConfigurationSupport.requestMappingHandlerAdapter(ReactiveAdapterRegistry reactiveAdapterRegistry, ServerCodecConfigurer serverCodecConfigurer, FormattingConversionService conversionService, 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 aFormattingConversionServicefor 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 aBeanNameUrlHandlerMappingordered at 2 to map URL paths to controller bean names.protected ConfigurableWebBindingInitializerWebMvcConfigurationSupport.getConfigurableWebBindingInitializer(FormattingConversionService mvcConversionService, Validator mvcValidator) Return theConfigurableWebBindingInitializerto use for initializing allWebDataBinderinstances.protected final Object[]WebMvcConfigurationSupport.getInterceptors(FormattingConversionService mvcConversionService, ResourceUrlProvider mvcResourceUrlProvider) Provide access to the shared handler interceptors used to configureHandlerMappinginstances with.WebMvcConfigurationSupport.mvcUriComponentsContributor(FormattingConversionService conversionService, RequestMappingHandlerAdapter requestMappingHandlerAdapter) Return an instance ofCompositeUriComponentsContributorfor use withMvcUriComponentsBuilder.WebMvcConfigurationSupport.requestMappingHandlerAdapter(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, Validator validator) Returns aRequestMappingHandlerAdapterfor processing requests through annotated controller methods.WebMvcConfigurationSupport.requestMappingHandlerMapping(ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) Return aRequestMappingHandlerMappingordered 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 aRouterFunctionMappingordered at 3 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.