Uses of Interface
com.amilesend.client.parse.parser.GsonParser
Packages that use GsonParser
-
Uses of GsonParser in com.amilesend.client.connection
Methods in com.amilesend.client.connection with parameters of type GsonParserModifier and TypeMethodDescription<T> T
Connection.execute
(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequest
and parses the JSON-formatted response with givenGsonParser
. -
Uses of GsonParser in com.amilesend.client.parse.parser
Classes in com.amilesend.client.parse.parser that implement GsonParserModifier and TypeClassDescriptionclass
BasicParser<T>
Defines a basicGsonParser
implementation for single object type.class
ListParser<T>
Defines aGsonParser
implementation for a list of objects.class
MapParser<K,
V> Defines aGsonParser
implementation for a map of key value pairs.