程序包 cn.taketoday.core.conversion.support
@NonNullApi
@NonNullFields
package cn.taketoday.core.conversion.support
Default implementation of the type conversion system.
-
类说明Configuration interface to be implemented by most if not all
ConversionServicetypes.Adapter that exposes aPropertyEditorfor any givenConversionServiceand specific target type.A specialization ofGenericConversionServiceconfigured by default with converters appropriate for most environments.BaseConversionServiceimplementation suitable for use in most environments.