Class MultipartFormAnnotationWriter

All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<Object>, AsyncMessageBodyWriter<Object>

@Provider @Produces("multipart/form-data") public class MultipartFormAnnotationWriter extends AbstractMultipartFormDataWriter implements AsyncMessageBodyWriter<Object>
Version:
$Revision: 1 $
Author:
Bill Burke