Uses of Class
io.helidon.http.media.multipart.WriteablePart.Builder
Packages that use WriteablePart.Builder
-
Uses of WriteablePart.Builder in io.helidon.http.media.multipart
Methods in io.helidon.http.media.multipart that return WriteablePart.BuilderModifier and TypeMethodDescriptionstatic WriteablePart.BuilderBuilder 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.