Package org.springframework.core.convert.converter
@NullMarked
package org.springframework.core.convert.converter
sPI to implement Converters for the type conversion system.
-
ClassDescriptionAllows a
Converter,GenericConverterorConverterFactoryto conditionally execute based on attributes of thesourceandtargetTypeDescriptor.AGenericConverterthat may conditionally execute based on attributes of thesourceandtargetTypeDescriptor.Converter<s,T> A converter converts a source object of typesto 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> AComparatorthat converts values before they are compared.Generic converter interface for converting between two or more types.Holder for a source-to-target class pair.