Class EnumToStringConverter<T extends Enum<T>>

java.lang.Object
com.thoughtworks.xstream.converters.basic.AbstractSingleValueConverter
com.thoughtworks.xstream.converters.enums.EnumToStringConverter<T>
All Implemented Interfaces:
ConverterMatcher, SingleValueConverter

public class EnumToStringConverter<T extends Enum<T>> extends AbstractSingleValueConverter
A single value converter for a special enum type using its string representation.
Since:
1.4.5