Uses of Interface
io.helidon.http.media.EntityWriter
Package
Description
Helidon Media Support.
JSON-Processing Entity Media handling support.
-
Uses of EntityWriter in io.helidon.http.media
Modifier and TypeMethodDescription<T> EntityWriter
<T> MediaContext.writer
(GenericType<T> type, Headers requestHeaders, WritableHeaders<?> responseHeaders) Writer for server response entity.<T> EntityWriter
<T> MediaContext.writer
(GenericType<T> type, WritableHeaders<?> requestHeaders) Writer for client request entity.Modifier and TypeMethodDescriptionMediaSupport.WriterResponse.supplier()
Returns the value of thesupplier
record component.ModifierConstructorDescriptionWriterResponse
(MediaSupport.SupportLevel support, Supplier<EntityWriter<T>> supplier) Creates an instance of aWriterResponse
record class. -
Uses of EntityWriter in io.helidon.http.media.jsonp
Modifier and TypeMethodDescriptionstatic <T extends JsonStructure>
EntityWriter<T> JsonpSupport.serverResponseWriter()
Server response writer direct access.