Package org.springframework.core.convert.support
@NonNullApi
@NonNullFields
package org.springframework.core.convert.support
Default implementation of the type conversion system.
-
ClassDescriptionConfiguration interface to be implemented by most if not all
ConversionService
types.A factory for commonConversionService
configurations.Adapter that exposes aPropertyEditor
for any givenConversionService
and specific target type.A specialization ofGenericConversionService
configured by default with converters appropriate for most environments.BaseConversionService
implementation suitable for use in most environments.