Kotlin Serialization Message Body Writer
@Produces(value = ["application/json", "application/*+json", "text/json" ] )
Functions
Link copied to clipboard
fun isWriteable(type: Class<*>?, genericType: Type?, annotations: Array<out Annotation?>?, mediaType: MediaType?): Boolean
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)