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.
-
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.