Package io.micronaut.http.body
package io.micronaut.http.body
-
ClassDescriptionBody writer for
CharSequence
s.Variant ofMessageBodyReader
that allows piecewise reading of the input, e.g.MessageBodyHandlerRegistry
implementation that does not need an application context.Stores message body readers and writers.PlaceholderMessageBodyWriter
implementation that decides which writer to use based on the dynamic (runtime) type of the body.Interface for bodies that provide their own media type.A handler combines a reader and a writer.A registry ofMessageBodyReader
andMessageBodyWriter
.An interface that allows reading a message body from the client or the server.An interface that allows writing a message body for the client or the server.A body handler that is responsible for "raw" writing/reading, i.e.Body handler for content type "text/plain".Body writer forWritable
s.