Package io.micronaut.jaxrs.common
package io.micronaut.jaxrs.common
Contains spec implementation classes, much of the code forked from RESTEasy or delegating to internal Micronaut classes.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionThe implementation of
ByteBuffer
for byte arrays.Forked from RESTEasy.En entity reader.The Micronaut body reader with JAX-RS interceptors.The Micronaut body writer with JAX-RS interceptors.An argument util class.Registers JAX-RS converters.The simple variation ofGenericEntity
.The representation of headers asMultivaluedMap
.A simple header util.Adapter class for JAR-RS headers.The implementation ofMessageBodyReader
forInputStream
.JaxRsInputStreamMessageBodyWriter<T extends InputStream>The implementation ofMessageBodyWriter
forInputStream
.The reader remappedMessageBodyReader
.The simple definition for message body reader.The reader remappedMessageBodyWriter
.The representation of mutable headers asMultivaluedMap
.Adapter class for JAR-RS headers.The representation of mutable headers asMultivaluedMap
.Adapter for JAX-RS and final Micronaut response.The representation of mutable headers asMultivaluedMap
.The implementation ofReaderInterceptorContext
.The reader.The implementation ofMessageBodyReader
forReader
.The implementation ofMessageBodyWriter
forReader
.Adapter for JAX-RS and final Micronaut response.The implementation ofMessageBodyWriter
forStreamingOutput
.The JAX-RS utils.RuntimeDelegate implementation for JAX-RS.