Uses of Interface
org.springframework.core.convert.converter.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
Modifier and TypeInterfaceDescriptioninterface
AGenericConverter
that may conditionally execute based on attributes of thesource
andtarget
TypeDescriptor
.Modifier and TypeMethodDescriptionvoid
ConverterRegistry.addConverter
(GenericConverter converter) Add a generic converter to this registry. -
Uses of GenericConverter in org.springframework.core.convert.support
Modifier and TypeMethodDescriptionprotected GenericConverter
GenericConversionService.getConverter
(TypeDescriptor sourceType, TypeDescriptor targetType) Hook method to lookup 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.Modifier and TypeMethodDescriptionvoid
GenericConversionService.addConverter
(GenericConverter converter)