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>
Exception
Copyright © 2024. All rights reserved.