Class JSONMessageBodyWriter
- java.lang.Object
- 
- org.apache.tika.server.core.writer.JSONMessageBodyWriter
 
- 
- 
Constructor SummaryConstructors Constructor Description JSONMessageBodyWriter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetSize(Metadata data, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)booleanisWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidwriteTo(Metadata metadata, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
 
- 
- 
- 
Method Detail- 
isWriteablepublic boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
- isWriteablein interface- javax.ws.rs.ext.MessageBodyWriter<Metadata>
 
 - 
getSizepublic long getSize(Metadata data, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) - Specified by:
- getSizein interface- javax.ws.rs.ext.MessageBodyWriter<Metadata>
 
 - 
writeTopublic void writeTo(Metadata metadata, 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:
- writeToin interface- javax.ws.rs.ext.MessageBodyWriter<Metadata>
- Throws:
- IOException
- javax.ws.rs.WebApplicationException
 
 
- 
 
-