Class MexBundlerProvider

java.lang.Object
ubic.gemma.rest.providers.MexBundlerProvider
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<Path>

@Provider @Produces("application/vnd.10xgenomics.mex") public class MexBundlerProvider extends Object implements javax.ws.rs.ext.MessageBodyWriter<Path>
  • Constructor Details

    • MexBundlerProvider

      public MexBundlerProvider()
  • Method Details

    • isWriteable

      public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
      Specified by:
      isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<Path>
    • getSize

      public long getSize(Path path, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
      Specified by:
      getSize in interface javax.ws.rs.ext.MessageBodyWriter<Path>
    • writeTo

      public void writeTo(Path path, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
      Specified by:
      writeTo in interface javax.ws.rs.ext.MessageBodyWriter<Path>
      Throws:
      IOException
      javax.ws.rs.WebApplicationException