-
- All Implemented Interfaces:
-
javax.ws.rs.ext.MessageBodyWriter
public final class ClientKotlinMessageBodyWriter implements MessageBodyWriter<Any>
-
-
Constructor Summary
Constructors Constructor Description ClientKotlinMessageBodyWriter(Json json)
-
Method Summary
Modifier and Type Method Description BooleanisWriteable(Class<?> type, Type genericType, Array<out Annotation> annotations, MediaType mediaType)UnitwriteTo(Object t, Class<?> type, Type genericType, Array<out Annotation> annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)-
-
Method Detail
-
isWriteable
Boolean isWriteable(Class<?> type, Type genericType, Array<out Annotation> annotations, MediaType mediaType)
-
writeTo
Unit writeTo(Object t, Class<?> type, Type genericType, Array<out Annotation> annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)
-
-
-
-