Kotlin Serialization Message Body Writer
@Produces(value = ["application/json", "application/*+json", "text/json" ] )
Functions
Link copied to clipboard
override fun isWriteable(type: Class<*>, genericType: Type, annotations: Array<Annotation>, mediaType: MediaType): Boolean
override fun isWriteable(type: Class<*>, genericType: Type, target: ResteasyReactiveResourceInfo, mediaType: MediaType): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun writeTo(o: Any, type: Class<*>, genericType: Type, annotations: Array<Annotation>, mediaType: MediaType, httpHeaders: MultivaluedMap<String, Any>, entityStream: OutputStream)