Class JSONObjWriter

java.lang.Object
org.apache.tika.server.core.writer.JSONObjWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<Map<String,Object>>

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

    • JSONObjWriter

      public JSONObjWriter()
  • 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<Map<String,Object>>
    • getSize

      public long getSize(Metadata data, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
    • writeTo

      public void writeTo(Map<String,Object> map, 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<Map<String,Object>>
      Throws:
      IOException
      javax.ws.rs.WebApplicationException