Class IndexTypeConverter

All Implemented Interfaces:
PropertyEditor, org.springframework.core.convert.converter.Converter<String,IndexType>

public class IndexTypeConverter extends AbstractPropertyEditorConverterSupport<IndexType>
The IndexTypeConverter class is a Spring Converter implementation as well as a JavaBeans PropertyEditor that converts a given String value into a proper IndexType.
Since:
1.5.2
See Also: