Uses of Interface
io.helidon.http.media.EntityReader
Package
Description
Helidon Media Support.
JSON-Processing Entity Media handling support.
-
Uses of EntityReader in io.helidon.http.media
Modifier and TypeMethodDescription<T> EntityReader
<T> MediaContext.reader
(GenericType<T> type, Headers headers) Reader for entity.<T> EntityReader
<T> MediaContext.reader
(GenericType<T> type, Headers requestHeaders, Headers responseHeaders) Reader for client response entity.Modifier and TypeMethodDescriptionMediaSupport.ReaderResponse.supplier()
Returns the value of thesupplier
record component.ModifierConstructorDescriptionReaderResponse
(MediaSupport.SupportLevel support, Supplier<EntityReader<T>> supplier) Creates an instance of aReaderResponse
record class. -
Uses of EntityReader in io.helidon.http.media.jsonp
Modifier and TypeMethodDescriptionstatic <T extends JsonStructure>
EntityReader<T> JsonpSupport.serverRequestReader()
Server request reader direct access.