public final class CsvEnumConverter extends Object implements CsvPropertyConverter<Enum<?>>
public Enum<?> convert(Class<? extends Enum<?>> targetType, String value)
CsvPropertyConverterconvert in interface CsvPropertyConverter<Enum<?>>targetType - the type of the target propertyvalue - the value in CSVCopyright © 2015 fastnate.org. All rights reserved.