KotlinSerializationMessageBodyReader

class KotlinSerializationMessageBodyReader(json: Json) : AbstractJsonMessageBodyReader, ServerMessageBodyReader<Any>

Constructors

Link copied to clipboard
constructor(json: Json)

Functions

Link copied to clipboard
open override fun isReadable(type: Class<*>, genericType: Type, annotations: Array<Annotation>?, mediaType: MediaType): Boolean
open override fun isReadable(type: Class<*>, genericType: Type, lazyMethod: ResteasyReactiveResourceInfo, mediaType: MediaType): Boolean
Link copied to clipboard
open override fun readFrom(type: Class<Any>, genericType: Type, mediaType: MediaType, context: ServerRequestContext): Any?
open override fun readFrom(type: Class<Any>, genericType: Type, annotations: Array<out Annotation>, mediaType: MediaType, httpHeaders: MultivaluedMap<String, String>, entityStream: InputStream): Any?