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