BytesConverterFactory

class BytesConverterFactory : Converter.Factory

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Factory

Functions

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