@Provider @Produces(value="text/csv") public class SimpleMessageChunkCsvWriter extends SimpleMessageChunkWriter
| Constructor and Description |
|---|
SimpleMessageChunkCsvWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
writeTo(SimpleMessageChunk chunk,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
typesMatchpublic boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
public void writeTo(SimpleMessageChunk chunk, 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
IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.