Package de.jensklingenberg.ktorfit.converter

Types

CoreResponseConverter
Link copied to clipboard
interface CoreResponseConverter
ResponseConverter
Link copied to clipboard
interface ResponseConverter : CoreResponseConverter

Implement this to support wrapping for custom types e.g. fun test() : MyCustomType

SuspendResponseConverter
Link copied to clipboard
interface SuspendResponseConverter : CoreResponseConverter

Implement this to support wrapping for custom types in suspend functions e.g. suspend fun test() : MyCustomType