V - value type.public class MapUnmarshaller<V> extends java.lang.Object implements Unmarshaller<java.util.Map<java.lang.String,V>,JsonUnmarshallerContext>
| Constructor and Description |
|---|
MapUnmarshaller(Unmarshaller<V,JsonUnmarshallerContext> valueUnmarshaller)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,V> |
unmarshall(JsonUnmarshallerContext context) |
public MapUnmarshaller(Unmarshaller<V,JsonUnmarshallerContext> valueUnmarshaller)
valueUnmarshaller - the value unmarshaller.public java.util.Map<java.lang.String,V> unmarshall(JsonUnmarshallerContext context) throws java.lang.Exception
unmarshall in interface Unmarshaller<java.util.Map<java.lang.String,V>,JsonUnmarshallerContext>context - to unmarshall.java.lang.Exception