Uses of Interface
org.springframework.core.convert.support.ConfigurableConversionService
Packages that use ConfigurableConversionService
Package
Description
Default implementation of the type conversion system.
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
Support classes for the formatting package,
providing common implementations as well as adapters.
-
Uses of ConfigurableConversionService in org.springframework.core.convert.support
Classes in org.springframework.core.convert.support that implement ConfigurableConversionServiceModifier and TypeClassDescriptionclassA specialization ofGenericConversionServiceconfigured by default with converters appropriate for most environments.classBaseConversionServiceimplementation suitable for use in most environments. -
Uses of ConfigurableConversionService in org.springframework.core.env
Methods in org.springframework.core.env that return ConfigurableConversionServiceModifier and TypeMethodDescriptionAbstractEnvironment.getConversionService()AbstractPropertyResolver.getConversionService()ConfigurablePropertyResolver.getConversionService()Return theConfigurableConversionServiceused when performing type conversions on properties.Methods in org.springframework.core.env with parameters of type ConfigurableConversionServiceModifier and TypeMethodDescriptionvoidAbstractEnvironment.setConversionService(ConfigurableConversionService conversionService) voidAbstractPropertyResolver.setConversionService(ConfigurableConversionService conversionService) voidConfigurablePropertyResolver.setConversionService(ConfigurableConversionService conversionService) Set theConfigurableConversionServiceto be used when performing type conversions on properties. -
Uses of ConfigurableConversionService in org.springframework.format.support
Classes in org.springframework.format.support that implement ConfigurableConversionServiceModifier and TypeClassDescriptionclassA specialization ofFormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications.classAConversionServiceimplementation designed to be configured as aFormatterRegistry.