Class CaseInsensitiveEnumConverter<T extends Enum<T>>
java.lang.Object
org.tailormap.api.util.CaseInsensitiveEnumConverter<T>
- Type Parameters:
T- the enum type
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<String,T>
-
Constructor Details
-
CaseInsensitiveEnumConverter
-
-
Method Details
-
convert
-