Class MultipartMessageBodyWriter

java.lang.Object
org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter.AllWriteableMessageBodyWriter
org.jboss.resteasy.reactive.server.core.multipart.MultipartMessageBodyWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<Object>, org.jboss.resteasy.reactive.common.types.AllWriteableMarker, ServerMessageBodyWriter<Object>

public class MultipartMessageBodyWriter extends ServerMessageBodyWriter.AllWriteableMessageBodyWriter
  • Constructor Details

    • MultipartMessageBodyWriter

      public MultipartMessageBodyWriter()
  • Method Details

    • writeTo

      public void writeTo(Object o, Class<?> aClass, Type type, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream outputStream) throws IOException, jakarta.ws.rs.WebApplicationException
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException
    • writeResponse

      public void writeResponse(Object o, Type genericType, ServerRequestContext context) throws jakarta.ws.rs.WebApplicationException, IOException
      Throws:
      jakarta.ws.rs.WebApplicationException
      IOException
    • getGeneratedMapperClassNameFor

      public static final String getGeneratedMapperClassNameFor(String className)