接口的使用
cn.taketoday.core.conversion.ConverterFactory
使用ConverterFactory的程序包
程序包
说明
Type Conversion System
Default implementation of the type conversion system.
-
cn.taketoday.core.conversion中ConverterFactory的使用
修饰符和类型方法说明voidConverterRegistry.addConverterFactory(ConverterFactory<?, ?> factory) Add a ranged converter factory to this registry. -
cn.taketoday.core.conversion.support中ConverterFactory的使用
修饰符和类型类说明(专用程序包) final classConverts from a Character to any JDK-standard Number implementation.(专用程序包) final classConverts from a Integer to aEnumby callingClass.getEnumConstants().(专用程序包) final classConverts from any JDK-standard Number implementation to any other JDK-standard Number implementation.(专用程序包) final classConverts from a String to aEnumby callingEnum.valueOf(Class, String).(专用程序包) final classConverts from a String any JDK-standard Number implementation.修饰符和类型字段说明private final ConverterFactory<Object,Object> GenericConversionService.ConverterFactoryAdapter.converterFactory限定符构造器说明ConverterFactoryAdapter(ConverterFactory<?, ?> converterFactory, GenericConverter.ConvertiblePair typeInfo)