Uses of Interface
org.springframework.core.convert.converter.ConverterRegistry
Packages that use 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
Subinterfaces of ConverterRegistry in org.springframework.core.convert.supportModifier and TypeInterfaceDescriptioninterfaceConfiguration interface to be implemented by most if not allConversionServicetypes.Classes in org.springframework.core.convert.support that implement ConverterRegistryModifier and TypeClassDescriptionclassA specialization ofGenericConversionServiceconfigured by default with converters appropriate for most environments.classBaseConversionServiceimplementation suitable for use in most environments.Methods in org.springframework.core.convert.support with parameters of type ConverterRegistryModifier and TypeMethodDescriptionstatic voidDefaultConversionService.addCollectionConverters(ConverterRegistry converterRegistry) Add common collection converters.static voidDefaultConversionService.addDefaultConverters(ConverterRegistry converterRegistry) Add converters appropriate for most environments.static voidConversionServiceFactory.registerConverters(Set<?> converters, ConverterRegistry registry) Register the given Converter objects with the given target ConverterRegistry. -
Uses of ConverterRegistry in org.springframework.format
Subinterfaces of ConverterRegistry in org.springframework.formatModifier and TypeInterfaceDescriptioninterfaceA registry of field formatting logic. -
Uses of ConverterRegistry in org.springframework.format.datetime
Methods in org.springframework.format.datetime with parameters of type ConverterRegistryModifier and TypeMethodDescriptionstatic voidDateFormatterRegistrar.addDateConverters(ConverterRegistry converterRegistry) Add date converters to the specified registry. -
Uses of ConverterRegistry in org.springframework.format.support
Classes in org.springframework.format.support that implement ConverterRegistryModifier and TypeClassDescriptionclassA specialization ofFormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications.classAConversionServiceimplementation designed to be configured as aFormatterRegistry.