Unmarshaller<List<T>,JsonUnmarshallerContext>
public class ListUnmarshaller<T> extends Object implements Unmarshaller<List<T>,JsonUnmarshallerContext>
Constructor | Description |
---|---|
ListUnmarshaller(Unmarshaller<T,JsonUnmarshallerContext> itemUnmarshaller) |
Modifier and Type | Method | 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>
Exception
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.