T
IStringConverter<T>
public class EnumConverter<T extends Enum<T>> extends Object implements IStringConverter<T>
EnumConverter(String optionName, Class<T> clazz)
convert(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EnumConverter(String optionName, Class<T> clazz)
optionName
clazz
public T convert(String value)
convert
IStringConverter<T extends Enum<T>>