Close

List of Spring built-in generic converters

[Last Updated: Dec 8, 2016]

Spring Framework 

Followings is the complete list of built-in Converter implementations.

spring-context, 4.3.3.RELEASE


GenericConverter

org.springframework.core.convert.converter

ConditionalGenericConverter


org.springframework.core.convert.support

NoOpConverter in GenericConversionService


org.springframework.format.support

ParserConverter in FormattingConversionService
PrinterConverter in FormattingConversionService



ConditionalGenericConverter

org.springframework.core.convert.support

ArrayToArrayConverter
ArrayToCollectionConverter
ArrayToObjectConverter
ArrayToStringConverter
ByteBufferConverter
CollectionToArrayConverter
CollectionToCollectionConverter
CollectionToObjectConverter
CollectionToStringConverter
ConverterAdapter in GenericConversionService
ConverterFactoryAdapter in GenericConversionService
FallbackObjectToStringConverter
IdToEntityConverter
MapToMapConverter
ObjectToArrayConverter
ObjectToCollectionConverter
ObjectToObjectConverter
ObjectToOptionalConverter
StreamConverter
StringToArrayConverter
StringToCollectionConverter


org.springframework.format.support

AnnotationParserConverter in FormattingConversionService
AnnotationPrinterConverter in FormattingConversionService




See Also