Uses of Class
org.springframework.core.convert.support.GenericConversionService
Packages that use GenericConversionService
Package
Description
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Default implementation of the type conversion system.
Support classes for the formatting package,
providing common implementations as well as adapters.
-
Uses of GenericConversionService in org.springframework.context.support
Methods in org.springframework.context.support that return GenericConversionServiceModifier and TypeMethodDescriptionprotected GenericConversionServiceConversionServiceFactoryBean.createConversionService()Create the ConversionService instance returned by this factory bean. -
Uses of GenericConversionService in org.springframework.core.convert.support
Subclasses of GenericConversionService in org.springframework.core.convert.supportModifier and TypeClassDescriptionclassA specialization ofGenericConversionServiceconfigured by default with converters appropriate for most environments. -
Uses of GenericConversionService in org.springframework.format.support
Subclasses of GenericConversionService in org.springframework.format.supportModifier and TypeClassDescriptionclassA specialization ofFormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications.classAConversionServiceimplementation designed to be configured as aFormatterRegistry.