Package org.springframework.core.convert.converter
@NonNullApi
@NonNullFields
package org.springframework.core.convert.converter
SPI to implement Converters for the type conversion system.
-
ClassDescriptionAllows a
Converter
,GenericConverter
orConverterFactory
to conditionally execute based on attributes of thesource
andtarget
TypeDescriptor
.AGenericConverter
that may conditionally execute based on attributes of thesource
andtarget
TypeDescriptor
.Converter<S,T> A converter converts a source object of typeS
to a target of typeT
.ConverterFactory<S,R> A factory for "ranged" converters that can convert objects from S to subtypes of R.For registering converters with a type conversion system.ConvertingComparator<S,T> AComparator
that converts values before they are compared.Generic converter interface for converting between two or more types.Holder for a source-to-target class pair.