public class ListUnmarshaller<T> extends java.lang.Object implements Unmarshaller<java.util.List<T>,JsonUnmarshallerContext>
| Constructor and Description |
|---|
ListUnmarshaller(Unmarshaller<T,JsonUnmarshallerContext> itemUnmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
unmarshall(JsonUnmarshallerContext context) |
public ListUnmarshaller(Unmarshaller<T,JsonUnmarshallerContext> itemUnmarshaller)
public java.util.List<T> unmarshall(JsonUnmarshallerContext context) throws java.lang.Exception
unmarshall in interface Unmarshaller<java.util.List<T>,JsonUnmarshallerContext>java.lang.Exception