spring-framework / org.springframework.core.convert.support

Package org.springframework.core.convert.support

Types

ConversionServiceFactory

abstract class ConversionServiceFactory

A factory for common org.springframework.core.convert.ConversionService configurations.

ConvertingPropertyEditorAdapter

open class ConvertingPropertyEditorAdapter : PropertyEditorSupport

Adapter that exposes a java.beans.PropertyEditor for any given org.springframework.core.convert.ConversionService and specific target type.