Package me.legrange.service.retrofit
Class RetrofitComponent
java.lang.Object
me.legrange.service.Component<Service,RetrofitConfig>
me.legrange.service.retrofit.RetrofitComponent
public class RetrofitComponent extends Component<Service,RetrofitConfig>
- Author:
- matt-vm
-
Constructor Summary
Constructors Constructor Description RetrofitComponent(Service service) -
Method Summary
Modifier and Type Method Description <C> CcreateClient(java.lang.Class<C> clientCalls)<C> CcreateClient(java.lang.Class<C> clientCalls, com.google.gson.Gson gson)java.lang.StringgetName()voidstart(RetrofitConfig config)
-
Constructor Details
-
Method Details
-
start
- Specified by:
startin classComponent<Service,RetrofitConfig>- Throws:
ComponentException
-
createClient
public <C> C createClient(java.lang.Class<C> clientCalls) -
createClient
public <C> C createClient(java.lang.Class<C> clientCalls, com.google.gson.Gson gson) -
getName
public java.lang.String getName()- Specified by:
getNamein classComponent<Service,RetrofitConfig>
-