Uses of Interface
org.springframework.core.convert.converter.ConverterRegistry
Package
Description
Default implementation of the type conversion system.
An API for defining Formatters to format field model values for display in a UI.
Formatters for
java.util.Date
properties.Support classes for the formatting package,
providing common implementations as well as adapters.
-
Uses of ConverterRegistry in org.springframework.core.convert.support
Modifier and TypeInterfaceDescriptioninterface
Configuration interface to be implemented by most if not allConversionService
types.Modifier and TypeClassDescriptionclass
A specialization ofGenericConversionService
configured by default with converters appropriate for most environments.class
BaseConversionService
implementation suitable for use in most environments.Modifier and TypeMethodDescriptionstatic void
DefaultConversionService.addCollectionConverters
(ConverterRegistry converterRegistry) Add common collection converters.static void
DefaultConversionService.addDefaultConverters
(ConverterRegistry converterRegistry) Add converters appropriate for most environments.static void
ConversionServiceFactory.registerConverters
(Set<?> converters, ConverterRegistry registry) Register the given Converter objects with the given target ConverterRegistry. -
Uses of ConverterRegistry in org.springframework.format
Modifier and TypeInterfaceDescriptioninterface
A registry of field formatting logic. -
Uses of ConverterRegistry in org.springframework.format.datetime
Modifier and TypeMethodDescriptionstatic void
DateFormatterRegistrar.addDateConverters
(ConverterRegistry converterRegistry) Add date converters to the specified registry. -
Uses of ConverterRegistry 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
.