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 TypeClassDescriptionclassBasicParser<T>Defines a basicGsonParserimplementation for single object type.classListParser<T>Defines aGsonParserimplementation for a list of objects.classMapParser<K,V> Defines aGsonParserimplementation for a map of key value pairs.Fields in com.amilesend.tvmaze.client.parse.parser declared as GsonParserModifier and TypeFieldDescriptionstatic final GsonParser<List<Alias>> Parsers.ALIAS_LIST_PARSERstatic final GsonParser<List<AlternateEpisode>> Parsers.ALTERNATE_EPISODE_LIST_PARSERstatic final GsonParser<List<AlternateList>> Parsers.ALTERNATE_LIST_LIST_PARSERstatic final GsonParser<AlternateList> Parsers.ALTERNATE_LIST_PARSERstatic final GsonParser<List<CastCredit>> Parsers.CAST_CREDIT_LIST_PARSERstatic final GsonParser<List<CastMember>> Parsers.CAST_MEMBER_LIST_PARSERstatic final GsonParser<List<CrewCredit>> Parsers.CREW_CREDIT_LIST_PARSERstatic final GsonParser<List<CrewMember>> Parsers.CREW_MEMBER_LIST_PARSERstatic final GsonParser<List<Episode>> Parsers.EPISODE_LIST_PARSERstatic final GsonParser<Episode> Parsers.EPISODE_PARSERstatic final GsonParser<List<Image>> Parsers.IMAGE_LIST_PARSERstatic final GsonParser<List<Person>> Parsers.PERSON_LIST_PARSERstatic final GsonParser<Person> Parsers.PERSON_PARSERstatic final GsonParser<List<PersonResult>> Parsers.PERSON_RESULT_LIST_PARSERstatic final GsonParser<List<Season>> Parsers.SEASON_LIST_PARSERstatic final GsonParser<List<Show>> Parsers.SHOW_LIST_PARSERstatic final GsonParser<Show> Parsers.SHOW_PARSERstatic final GsonParser<List<ShowResult>> Parsers.SHOW_RESULT_LIST_PARSERstatic final GsonParser<Map<Integer, Long>> Parsers.UPDATES_PARSER