| Name | Description | Type | Package | Framework |
| ConfigurableConversionService | Configuration interface to be implemented by most if not all ConversionServicetypes. | Interface | org.springframework.core.convert.support | Spring MVC |
| ConversionServiceFactory | A factory for common ConversionServiceSince:3. | Class | org.springframework.core.convert.support | Spring MVC |
| ConvertingPropertyEditorAdapter | Adapter that exposes a PropertyEditor for any givenConversionService and specific target type. | Class | org.springframework.core.convert.support | Spring MVC |
| DefaultConversionService | A specialization of GenericConversionService configured by default withconverters appropriate for most environments. | Class | org.springframework.core.convert.support | Spring MVC |
| GenericConversionService | Base ConversionService implementation suitable for use in most environments. | Class | org.springframework.core.convert.support | Spring MVC |