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>
Exception
Copyright © 2018. All rights reserved.