java.lang.Object
io.helidon.media.multipart.MultiPartSupport
- All Implemented Interfaces:
MediaSupport
Multipart media support.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MultiPartSupportcreate()Create a new instance ofMultiPartSupport.readers()writers()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.media.common.MediaSupport
register
-
Method Details
-
readers
- Specified by:
readersin interfaceMediaSupport
-
writers
- Specified by:
writersin interfaceMediaSupport
-
streamReaders
- Specified by:
streamReadersin interfaceMediaSupport
-
streamWriters
- Specified by:
streamWritersin interfaceMediaSupport
-
create
Create a new instance ofMultiPartSupport.- Returns:
- MultiPartSupport
-