public abstract class GsonFactory extends Object
| Constructor and Description |
|---|
GsonFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.Gson |
get() |
static <T> Type |
getListType(Class<T> clazz) |
static <K,V> Type |
getMapType(Class<K> keyClazz,
Class<V> valueClazz) |
Copyright © 2025. All rights reserved.