Uses of Class
org.springframework.core.convert.support.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
Modifier and TypeMethodDescriptionprotected GenericConversionService
ConversionServiceFactoryBean.createConversionService()
Create the ConversionService instance returned by this factory bean. -
Uses of GenericConversionService in org.springframework.core.convert.support
Modifier and TypeClassDescriptionclass
A specialization ofGenericConversionService
configured by default with converters appropriate for most environments. -
Uses of GenericConversionService in org.springframework.format.support
Modifier and TypeClassDescriptionclass
A specialization ofFormattingConversionService
configured by default with converters and formatters appropriate for most applications.class
AConversionService
implementation designed to be configured as aFormatterRegistry
.