Generated by
JDiff

Package org.springframework.core.convert.converter

Added Classes and Interfaces
ConditionalConverter Allows a Converter, GenericConverter or ConverterFactory to conditionally execute based on attributes of the {@code source} and {@code target} TypeDescriptor.
ConvertingComparator A Comparator that converts values before they are compared.
 

Changed Interfaces
ConditionalGenericConverter A GenericConverter that may conditionally execute based on attributes of the {@code source} and {@code target} TypeDescriptor.
Converter A converter converts a source object of type S to a target of type T.
ConverterFactory A factory for "ranged" converters that can convert objects from S to subtypes of R.
GenericConverter Generic converter interface for converting between two or more types.