Uses of Class
io.helidon.http.media.multipart.WriteablePart.Builder
-
Uses of WriteablePart.Builder in io.helidon.http.media.multipart
Modifier and TypeMethodDescriptionstatic WriteablePart.Builder
Builder to create a new part.Configure content to be serialized usingMediaContext
.Configure content to be serialized usingMediaContext
.WriteablePart.Builder.contentType
(MediaType mediaType) Content type of this part.WriteablePart.Builder.contentType
(HttpMediaType mediaType) Content type of this part, with possible parameters.Configure file name to be added to content disposition (formultipart/form-data
).WriteablePart.Builder.inputStream
(Supplier<InputStream> streamSupplier) Configure content from an input stream.