Enum Converter Factory
Functions
request Body Converter
Link copied to clipboard
open fun requestBodyConverter(p0: Type, p1: Array<Annotation>, p2: Array<Annotation>, p3: Retrofit): Converter<*, RequestBody>?
Content copied to clipboard
response Body Converter
Link copied to clipboard
open fun responseBodyConverter(p0: Type, p1: Array<Annotation>, p2: Retrofit): Converter<ResponseBody, *>?
Content copied to clipboard
string Converter
Link copied to clipboard
open override fun stringConverter(type: Type, annotations: Array<Annotation>, retrofit: Retrofit): Converter<Enum<*>, String>?
Content copied to clipboard