Class MetadataListMessageBodyWriter

java.lang.Object
org.apache.tika.server.core.writer.MetadataListMessageBodyWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<MetadataList>

@Provider @Produces("application/json") public class MetadataListMessageBodyWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<MetadataList>
  • Constructor Details

    • MetadataListMessageBodyWriter

      public MetadataListMessageBodyWriter()
  • 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<MetadataList>
    • getSize

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

      public void writeTo(MetadataList list, 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<MetadataList>
      Throws:
      IOException
      javax.ws.rs.WebApplicationException