Uses of Interface
io.helidon.http.media.EntityWriter
Packages that use EntityWriter
Package
Description
Helidon Media Support.
JSON-Processing Entity Media handling support.
-
Uses of EntityWriter in io.helidon.http.media
Methods in io.helidon.http.media that return EntityWriterModifier 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.Methods in io.helidon.http.media that return types with arguments of type EntityWriterModifier and TypeMethodDescriptionMediaSupport.WriterResponse.supplier()
Returns the value of thesupplier
record component.Constructor parameters in io.helidon.http.media with type arguments of type EntityWriterModifierConstructorDescriptionWriterResponse
(MediaSupport.SupportLevel support, Supplier<EntityWriter<T>> supplier) Creates an instance of aWriterResponse
record class. -
Uses of EntityWriter in io.helidon.http.media.jsonp
Methods in io.helidon.http.media.jsonp that return EntityWriterModifier and TypeMethodDescriptionstatic <T extends JsonStructure>
EntityWriter<T> JsonpSupport.serverResponseWriter()
Server response writer direct access.