public class LowerCaseEnumAdapterFactory
extends java.lang.Object
implements com.google.gson.TypeAdapterFactory
Gson TypeAdapterFactory capable of Serializing/Deserializing Enum constants as lower case.
Created by covers1624 on 6/01/19.
| Constructor and Description |
|---|
LowerCaseEnumAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T> @Nullable com.google.gson.TypeAdapter<T> |
create(com.google.gson.Gson gson,
com.google.gson.reflect.TypeToken<T> type) |