Client Kotlin Message Body Writer
class ClientKotlinMessageBodyWriter(json: Json) : MessageBodyWriter<Any>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
open override fun isWriteable( type: Class<*>, genericType: Type, annotations: Array<out Annotation>?, mediaType: MediaType?): Boolean
Content copied to clipboard
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)
Content copied to clipboard