接口的使用
cn.taketoday.core.conversion.ConverterRegistry
使用ConverterRegistry的程序包
程序包
说明
Type Conversion System
Default implementation of the type conversion system.
-
cn.taketoday.core.conversion中ConverterRegistry的使用
修饰符和类型方法说明static voidConverterRegistry.registerConverters(Set<?> converters, ConverterRegistry registry) Register the given Converter objects with the given target ConverterRegistry. -
cn.taketoday.core.conversion.support中ConverterRegistry的使用
修饰符和类型接口说明interfaceConfiguration interface to be implemented by most if not allConversionServicetypes.修饰符和类型类说明classA specialization ofGenericConversionServiceconfigured by default with converters appropriate for most environments.classBaseConversionServiceimplementation suitable for use in most environments.修饰符和类型方法说明static voidDefaultConversionService.addCollectionConverters(ConverterRegistry converterRegistry) Add common collection converters.static voidDefaultConversionService.addDefaultConverters(ConverterRegistry converterRegistry) Add converters appropriate for most environments.