ClientKotlinMessageBodyWriter

class ClientKotlinMessageBodyWriter(json: Json) : MessageBodyWriter<Any>

Constructors

Link copied to clipboard
constructor(json: Json)

Functions

Link copied to clipboard
open fun getSize(p0: Any, p1: Class<*>, p2: Type, p3: Array<Annotation>, p4: MediaType): Long
Link copied to clipboard
open override fun isWriteable(type: Class<*>, genericType: Type, annotations: Array<out Annotation>?, mediaType: MediaType?): Boolean
Link copied to clipboard
open override fun writeTo(t: Any, type: Class<*>, genericType: Type, annotations: Array<out Annotation>?, mediaType: MediaType, httpHeaders: MultivaluedMap<String, Any>, entityStream: OutputStream)