ClientKotlinMessageBodyReader

class ClientKotlinMessageBodyReader(json: Json) : MessageBodyReader<Any>

Constructors

Link copied to clipboard
constructor(json: Json)

Functions

Link copied to clipboard
open override fun isReadable(type: Class<*>?, generic: Type?, annotations: Array<out Annotation>?, mediaType: MediaType?): Boolean
Link copied to clipboard
open override fun readFrom(type: Class<Any>, generic: Type, annotations: Array<out Annotation>?, mediaType: MediaType?, httpHeaders: MultivaluedMap<String, String>?, entityStream: InputStream): Any?