EnumConverterFactory

class EnumConverterFactory : Converter.Factory

Functions

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