Package org.apache.solr.jersey
Class MessageBodyWriters.CsvMessageBodyWriter
- java.lang.Object
-
- org.apache.solr.jersey.MessageBodyWriters.BaseMessageBodyWriter
-
- org.apache.solr.jersey.MessageBodyWriters.CsvMessageBodyWriter
-
- All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<Object>
- Enclosing class:
- MessageBodyWriters
@Produces("text/plain; charset=UTF-8") public static class MessageBodyWriters.CsvMessageBodyWriter extends MessageBodyWriters.BaseMessageBodyWriter implements jakarta.ws.rs.ext.MessageBodyWriter<Object>
-
-
Field Summary
-
Fields inherited from class org.apache.solr.jersey.MessageBodyWriters.BaseMessageBodyWriter
resourceContext
-
-
Constructor Summary
Constructors Constructor Description CsvMessageBodyWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryResponseWriter
createResponseWriter()
String
getSupportedMediaType()
-
Methods inherited from class org.apache.solr.jersey.MessageBodyWriters.BaseMessageBodyWriter
isWriteable, writeTo
-
-
-
-
Method Detail
-
createResponseWriter
public QueryResponseWriter createResponseWriter()
- Specified by:
createResponseWriter
in classMessageBodyWriters.BaseMessageBodyWriter
-
getSupportedMediaType
public String getSupportedMediaType()
- Specified by:
getSupportedMediaType
in classMessageBodyWriters.BaseMessageBodyWriter
-
-