Class LogEntryWriter

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

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