T
which adapts the execution of call
.Retrofit
instances.Call
into the type of T
.service
interface.Converter
for converting an HTTP response body to type
or null if it
cannot be handled by this factory.returnType
, or null if this
factory doesn't adapt that type.value
.true
if Response.code()
is in the range [200..300).Retrofit
.Response
as is,
i.e.Converter
for converting type
to an HTTP request body or null if it
cannot be handled by this factory.Retrofit.create(java.lang.Class<T>)
on the resulting Retrofit
instance, eagerly validate
the configuration of all methods in the supplied interface.Copyright © 2015 Square, Inc.. All Rights Reserved.