public final class MapDecoder<K,V,T extends Map<K,V>> extends Object implements JsonReader.ReadObject<T>
| Constructor and Description |
|---|
MapDecoder(Type manifest,
Callable<T> newInstance,
JsonReader.ReadObject<K> keyDecoder,
JsonReader.ReadObject<V> valueDecoder) |
public MapDecoder(Type manifest, Callable<T> newInstance, JsonReader.ReadObject<K> keyDecoder, JsonReader.ReadObject<V> valueDecoder)
@Nullable public T read(JsonReader reader) throws IOException
read in interface JsonReader.ReadObject<T extends Map<K,V>>IOExceptionCopyright © 2023. All rights reserved.