public class MapUnmarshaller<K,V> extends Object implements Unmarshaller<Map<K,V>,JsonUnmarshallerContext>
| Constructor and Description | 
|---|
| MapUnmarshaller(Unmarshaller<K,JsonUnmarshallerContext> keyUnmarshaller,
               Unmarshaller<V,JsonUnmarshallerContext> valueUnmarshaller) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<K,V> | unmarshall(JsonUnmarshallerContext context) | 
public MapUnmarshaller(Unmarshaller<K,JsonUnmarshallerContext> keyUnmarshaller, Unmarshaller<V,JsonUnmarshallerContext> valueUnmarshaller)
public Map<K,V> unmarshall(JsonUnmarshallerContext context) throws Exception
unmarshall in interface Unmarshaller<Map<K,V>,JsonUnmarshallerContext>ExceptionCopyright © 2025. All rights reserved.