Class LogEntryListWriter

  • All Implemented Interfaces:
    javax.ws.rs.ext.MessageBodyWriter<List<LogEntry>>

    @Deprecated
    @Provider
    public class LogEntryListWriter
    extends EntityListWriter<LogEntry>
    Deprecated.
    since 7.2 this marshaller was migrated to org.nuxeo.ecm.platform.audit.io.LogEntryListJsonWriter. To use it in JAX-RS, register the CoreIODelegate to forward the JAX-RS marshalling to nuxeo-core-io.
    Since:
    5.7.3 - LogEntries Writer for Audit