public class StringToEnumConverterFactory
extends java.lang.Object
implements org.springframework.core.convert.converter.ConverterFactory<java.lang.String,java.lang.Enum>
| Constructor and Description |
|---|
StringToEnumConverterFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.Enum> |
getConverter(java.lang.Class<T> targetType) |
public <T extends java.lang.Enum> org.springframework.core.convert.converter.Converter<java.lang.String,T> getConverter(java.lang.Class<T> targetType)
getConverter in interface org.springframework.core.convert.converter.ConverterFactory<java.lang.String,java.lang.Enum>