@Provider public class BlobsWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<MultipartBlobs>
| Constructor and Description | 
|---|
BlobsWriter()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getSize(MultipartBlobs arg0,
       Class<?> arg1,
       Type arg2,
       Annotation[] arg3,
       javax.ws.rs.core.MediaType arg4)  | 
boolean | 
isWriteable(Class<?> arg0,
           Type type,
           Annotation[] arg2,
           javax.ws.rs.core.MediaType arg3)  | 
void | 
writeTo(MultipartBlobs blobs,
       Class<?> type,
       Type genericType,
       Annotation[] annotations,
       javax.ws.rs.core.MediaType mediaType,
       javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
       OutputStream entityStream)  | 
public BlobsWriter()
public void writeTo(MultipartBlobs blobs, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<MultipartBlobs>IOExceptionpublic long getSize(MultipartBlobs arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<MultipartBlobs>public boolean isWriteable(Class<?> arg0, Type type, Annotation[] arg2, javax.ws.rs.core.MediaType arg3)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<MultipartBlobs>Copyright © 2019 Nuxeo. All rights reserved.