public class EnumConverter extends Object
| Constructor and Description | 
|---|
EnumConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canConvert(Class<?> type)  | 
String | 
toStringRepresentation(Enum value)  | 
Enum | 
toValue(Class<Enum> type,
       String string)  | 
Copyright © 2021. All rights reserved.