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)
Unmarshalls the response headers or the json doc in the payload to the
list
|
public ListUnmarshaller(Unmarshaller<T,JsonUnmarshallerContext> itemUnmarshaller)
public List<T> unmarshall(JsonUnmarshallerContext context) throws Exception
unmarshall in interface Unmarshaller<List<T>,JsonUnmarshallerContext>ExceptionCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.