Uses of Interface
org.springframework.core.convert.converter.GenericConverter
Packages that use GenericConverter
Package
Description
SPI to implement Converters for the type conversion system.
Default implementation of the type conversion system.
-
Uses of GenericConverter in org.springframework.core.convert.converter
Subinterfaces of GenericConverter in org.springframework.core.convert.converterModifier and TypeInterfaceDescriptioninterface
AGenericConverter
that may conditionally execute based on attributes of thesource
andtarget
TypeDescriptor
.Methods in org.springframework.core.convert.converter with parameters of type GenericConverterModifier and TypeMethodDescriptionvoid
ConverterRegistry.addConverter
(GenericConverter converter) Add a generic converter to this registry. -
Uses of GenericConverter in org.springframework.core.convert.support
Methods in org.springframework.core.convert.support that return GenericConverterModifier and TypeMethodDescriptionprotected GenericConverter
GenericConversionService.getConverter
(TypeDescriptor sourceType, TypeDescriptor targetType) Hook method to look up the converter for a given sourceType/targetType pair.protected GenericConverter
GenericConversionService.getDefaultConverter
(TypeDescriptor sourceType, TypeDescriptor targetType) Return the default converter if no converter is found for the given sourceType/targetType pair.Methods in org.springframework.core.convert.support with parameters of type GenericConverterModifier and TypeMethodDescriptionvoid
GenericConversionService.addConverter
(GenericConverter converter)