类 GenericConversionService.ConvertersForPair
java.lang.Object
cn.taketoday.core.conversion.support.GenericConversionService.ConvertersForPair
Manages converters registered with a specific
GenericConverter.ConvertiblePair.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidadd(GenericConverter converter) getConverter(TypeDescriptor sourceType, TypeDescriptor targetType) toString()
-
字段详细资料
-
converters
-
-
构造器详细资料
-
ConvertersForPair
private ConvertersForPair()
-
-
方法详细资料
-
add
-
getConverter
@Nullable public GenericConverter getConverter(TypeDescriptor sourceType, TypeDescriptor targetType) -
toString
-