接口的使用
cn.taketoday.core.conversion.ConversionService
使用ConversionService的程序包
程序包
说明
Type Conversion System
Default implementation of the type conversion system.
SpEL's default implementations for various core abstractions.
-
cn.taketoday.core.conversion中ConversionService的使用
限定符构造器说明ConvertingComparator(Comparator<T> comparator, ConversionService conversionService, Class<? extends T> targetType) Create a newConvertingComparatorinstance. -
cn.taketoday.core.conversion.support中ConversionService的使用
修饰符和类型接口说明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.限定符构造器说明ConvertingPropertyEditorAdapter(ConversionService conversionService, TypeDescriptor targetDescriptor) Create a new ConvertingPropertyEditorAdapter for a givenConversionServiceand the given target type. -
cn.taketoday.expression.spel.support中ConversionService的使用
修饰符和类型方法说明SimpleEvaluationContext.Builder.withConversionService(ConversionService conversionService) Register a customConversionService.限定符构造器说明StandardTypeConverter(ConversionService conversionService) Create a StandardTypeConverter for the given ConversionService.类型变量类型为ConversionService的cn.taketoday.expression.spel.support中的构造器参数限定符构造器说明StandardTypeConverter(Supplier<ConversionService> conversionService) Create a StandardTypeConverter for the given ConversionService.