Uses of Interface
org.springframework.core.convert.converter.ConverterRegistry
Packages that use ConverterRegistry
Package
Description
Default implementation of the type conversion system.
-
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.