| Modifier and Type | Field and Description |
|---|---|
boolean |
caseSensitive |
static DefaultConverters.EnumConverterFactory |
instance |
| Constructor and Description |
|---|
EnumConverterFactory(boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
Converter<Enum<?>> |
create(Type type,
Genson genson)
Implementations of this method must try to create an instance of type T based on the
parameter "type".
|
public static final DefaultConverters.EnumConverterFactory instance
public final boolean caseSensitive
public Converter<Enum<?>> create(Type type, Genson genson)
FactoryCopyright © 2019. All rights reserved.