Uses of Class
org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedOutput
Packages that use MultipartRelatedOutput
-
Uses of MultipartRelatedOutput in org.jboss.resteasy.plugins.providers.multipart
Classes in org.jboss.resteasy.plugins.providers.multipart that implement interfaces with type arguments of type MultipartRelatedOutputModifier and TypeClassDescriptionclass
TheMessageBodyWriter
implementation to serializeMultipartRelatedOutput
objects.Methods in org.jboss.resteasy.plugins.providers.multipart with parameters of type MultipartRelatedOutputModifier and TypeMethodDescriptionprotected CompletionStage
<Void> AbstractMultipartRelatedWriter.asyncWriteRelated
(MultipartRelatedOutput multipartRelatedOutput, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream, Annotation[] annotations) MultipartRelatedWriter.asyncWriteTo
(MultipartRelatedOutput multipartRelatedOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, AsyncOutputStream entityStream) long
MultipartRelatedWriter.getSize
(MultipartRelatedOutput multipartRelatedOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) protected void
AbstractMultipartRelatedWriter.writeRelated
(MultipartRelatedOutput multipartRelatedOutput, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream, Annotation[] annotations) void
MultipartRelatedWriter.writeTo
(MultipartRelatedOutput multipartRelatedOutput, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) void
XopWithMultipartRelatedJAXBProvider.writeTo
(Object t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, MultipartRelatedOutput xopPackage)