Class ListMultipartWriter

java.lang.Object
org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
org.jboss.resteasy.plugins.providers.multipart.ListMultipartWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<List<Object>>, AsyncMessageBodyWriter<List<Object>>

@Provider @Produces("multipart/*") public class ListMultipartWriter extends AbstractMultipartWriter implements AsyncMessageBodyWriter<List<Object>>
Version:
$Revision: 1 $
Author:
Bill Burke