public class GsonConverters extends Object
GsonConverters.
Note that GsonConverter.wrap(Object) is not affected by the implementation type.
| Modifier and Type | Field and Description |
|---|---|
static GsonConverter |
IMMUTABLE
An implementation of
GsonConverter, which returns immutable collections where applicable. |
static GsonConverter |
MUTABLE
An implementation of
GsonConverter, which returns mutable collections where applicable. |
@Nonnull public static final GsonConverter IMMUTABLE
GsonConverter, which returns immutable collections where applicable.@Nonnull public static final GsonConverter MUTABLE
GsonConverter, which returns mutable collections where applicable.Copyright © 2022. All rights reserved.