Class EnumConverter<T extends Enum<T>>
- java.lang.Object
- 
- org.apache.johnzon.mapper.converter.EnumConverter<T>
 
- 
- All Implemented Interfaces:
- Converter<T>,- Converter.TypeAccess,- MapperConfig.CustomEnumConverter<T>,- MapperConverter
 
 public class EnumConverter<T extends Enum<T>> extends Object implements MapperConfig.CustomEnumConverter<T> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.johnzon.mapper.ConverterConverter.TypeAccess
 
- 
 - 
Constructor SummaryConstructors Constructor Description EnumConverter(Class<T> aClass)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TfromString(String text)StringtoString()StringtoString(T instance)Typetype()
 
-