Generated by
JDiff

Class org.springframework.core.convert.support.GenericConversionService

Documentation changed from old to new.

Added Methods
boolean canBypassConvert(TypeDescriptor, TypeDescriptor) Returns true if conversion between the sourceType and targetType can be bypassed.
 

Changed Methods
GenericConverter getConverter(TypeDescriptor, TypeDescriptor) Documentation changed from old to new.
Hook method to lookup the converter for a given sourceType/targetType pair.
Object convert(Object, TypeDescriptor) Documentation changed from old to new.
Convenience operation for converting a source object to the specified targetType, where the targetType is a descriptor that provides additional conversion context.