Class JSONObjWriter
java.lang.Object
org.apache.tika.server.core.writer.JSONObjWriter
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlonggetSize(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(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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.ws.rs.ext.MessageBodyWriter
getSize 
- 
Constructor Details
- 
JSONObjWriter
public JSONObjWriter() 
 - 
 - 
Method Details
- 
isWriteable
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)  - 
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, throws IOException, javax.ws.rs.WebApplicationExceptionObject> httpHeaders, OutputStream entityStream) - Specified by:
 writeToin interfacejavax.ws.rs.ext.MessageBodyWriter<Map<String,Object>> - Throws:
 IOExceptionjavax.ws.rs.WebApplicationException
 
 -