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