supportedType

abstract fun supportedType(returnTypeName: String): Boolean

Check if this converter supports the return type

Return

if type is supported

Parameters

returnTypeName

is the qualified name of the outer type of the return type. e.g. for Flow it will be kotlinx.coroutines.flow.Flow