public class ListUnmarshaller<T> extends Object implements Unmarshaller<List<T>,JsonUnmarshallerContext>
| Constructor and Description |
|---|
ListUnmarshaller(Unmarshaller<T,JsonUnmarshallerContext> itemUnmarshaller) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
unmarshall(JsonUnmarshallerContext context) |
public ListUnmarshaller(Unmarshaller<T,JsonUnmarshallerContext> itemUnmarshaller)
public List<T> unmarshall(JsonUnmarshallerContext context) throws Exception
unmarshall in interface Unmarshaller<List<T>,JsonUnmarshallerContext>ExceptionCopyright © 2016. All rights reserved.