Class ConvertingPropertyEditorAdapter

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.core.convert.support.ConvertingPropertyEditorAdapter
All Implemented Interfaces:
PropertyEditor

public class ConvertingPropertyEditorAdapter extends PropertyEditorSupport
Adapter that exposes a PropertyEditor for any given ConversionService and specific target type.
Since:
3.0
Author:
Juergen Hoeller