Class ListResponseBodyParser<T>

java.lang.Object
com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser<T>
Type Parameters:
T - the object type
All Implemented Interfaces:
GsonParser<List<T>>

public class ListResponseBodyParser<T> extends Object implements GsonParser<List<T>>
Defines a GsonParser implementation for a response body that contains a list of items.