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 -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.solr.jersey.MessageBodyWriters.BaseMessageBodyWriter
isWriteable, writeToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ws.rs.ext.MessageBodyWriter
getSize, isWriteable, writeTo
-
Constructor Details
-
CsvMessageBodyWriter
public CsvMessageBodyWriter()
-
-
Method Details
-
createResponseWriter
- Specified by:
createResponseWriterin classMessageBodyWriters.BaseMessageBodyWriter
-
getSupportedMediaType
- Specified by:
getSupportedMediaTypein classMessageBodyWriters.BaseMessageBodyWriter
-