JsonCoreIODelegate to forward the JAX-RS marshalling to nuxeo-core-io.@Deprecated @Provider public class LogEntryListWriter extends EntityListWriter<LogEntry>
factory| Constructor and Description |
|---|
LogEntryListWriter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEntityType()
Deprecated.
Returns the entity-type value of the list (ie: users, groups....)
|
boolean |
isWriteable(Class<?> arg0,
Type arg1,
Annotation[] arg2,
javax.ws.rs.core.MediaType arg3)
Deprecated.
|
protected void |
writeItem(com.fasterxml.jackson.core.JsonGenerator jg,
LogEntry item)
Deprecated.
Writes the item in a JsonGenerator.
|
writeEntityBody, writeHeader, writePaginableHeadergetSize, writeEntity, writeTopublic LogEntryListWriter()
protected String getEntityType()
EntityListWritergetEntityType in class EntityListWriter<LogEntry>public boolean isWriteable(Class<?> arg0, Type arg1, Annotation[] arg2, javax.ws.rs.core.MediaType arg3)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<List<LogEntry>>isWriteable in class EntityListWriter<LogEntry>protected void writeItem(com.fasterxml.jackson.core.JsonGenerator jg, LogEntry item) throws IOException
EntityListWriterwriteItem in class EntityListWriter<LogEntry>IOExceptionCopyright © 2019 Nuxeo. All rights reserved.