Uses of Class
com.amilesend.tmdb.client.parse.GsonFactory
Packages that use GsonFactory
-
Uses of GsonFactory in com.amilesend.tmdb.client.api
Methods in com.amilesend.tmdb.client.api that return types with arguments of type GsonFactoryModifier and TypeMethodDescription@NonNull com.amilesend.client.connection.Connection
<GsonFactory> ApiBase.getConnection()
The connection that wraps the underlying HTTP client.Constructor parameters in com.amilesend.tmdb.client.api with type arguments of type GsonFactoryModifierConstructorDescriptionApiBase
(@NonNull com.amilesend.client.connection.Connection<GsonFactory> connection) Creates a newApiBase
instance.