Class ListResponseBodyParser<T>
java.lang.Object
com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser<T>
- Type Parameters:
T
- the object type
- All Implemented Interfaces:
com.amilesend.client.parse.parser.GsonParser<List<T>>
public class ListResponseBodyParser<T>
extends Object
implements com.amilesend.client.parse.parser.GsonParser<List<T>>
Defines a
GsonParser
implementation for a response body that contains a list of items.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Used to deserialize a response body that contains a list of drive items. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(@NonNull com.google.gson.Gson gson, @NonNull InputStream jsonStream) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.amilesend.client.parse.parser.GsonParser
parse
-
Constructor Details
-
ListResponseBodyParser
-
-
Method Details
-
parse
- Specified by:
parse
in interfacecom.amilesend.client.parse.parser.GsonParser<T>
-