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 TypeInterfaceDescriptioninterfaceAGenericConverterthat may conditionally execute based on attributes of thesourceandtargetTypeDescriptor.Methods in org.springframework.core.convert.converter with parameters of type GenericConverterModifier and TypeMethodDescriptionvoidConverterRegistry.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 GenericConverterGenericConversionService.getConverter(TypeDescriptor sourceType, TypeDescriptor targetType) Hook method to lookup the converter for a given sourceType/targetType pair.protected GenericConverterGenericConversionService.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 TypeMethodDescriptionvoidGenericConversionService.addConverter(GenericConverter converter)