Uses of Interface
com.amilesend.tvmaze.client.parse.parser.GsonParser
Packages that use GsonParser
-
Uses of GsonParser in com.amilesend.tvmaze.client.connection
Methods in com.amilesend.tvmaze.client.connection with parameters of type GsonParserModifier and TypeMethodDescription<T> TConnection.execute(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequestand parses the JSON-formatted response with givenGsonParser.<T> CompletableFuture<T> Connection.executeAsync(@NonNull okhttp3.Request request, @NonNull GsonParser<T> parser) Executes the givenRequestand parses the JSON-formatted response with givenGsonParser. -
Uses of GsonParser in com.amilesend.tvmaze.client.parse.parser
Classes in com.amilesend.tvmaze.client.parse.parser that implement GsonParserModifier and TypeClassDescriptionclassParses a list of aliases.classParses a list of alternate episodes.classParses a list of alternate lists.classParses an alternate list.classParses a list of cast credits.classParses a list of cast members.classclassParses a list of crew members.classParses a list of episodes.classParses an episode.classParses a list of images.classParses a list of people.classParses a Person.classParses a list of person search results.classParses a list of seasons.classParses a list of shows.classParses a show.classParses a list of show search results.classParses a map of updates where the key is the resource identifier and the value is the last updated timestamp.