Class ExtendedInfoSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<ExtendedInfo>
org.nuxeo.ecm.platform.audit.io.ExtendedInfoSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

@Deprecated(since="2025.0", forRemoval=true) public class ExtendedInfoSerializer extends com.fasterxml.jackson.databind.JsonSerializer<ExtendedInfo>
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025, use LogEntryJsonWriter with help of nuxeo-core-io instead
Serializer class for extended info to a JSON object
Since:
9.3
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final DateTimeFormatter
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected static final com.fasterxml.jackson.databind.ObjectMapper
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(ExtendedInfo info, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider provider)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

    acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DATE_FORMATTER

      protected static final DateTimeFormatter DATE_FORMATTER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MAPPER

      protected static final com.fasterxml.jackson.databind.ObjectMapper MAPPER
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ExtendedInfoSerializer

      public ExtendedInfoSerializer()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • serialize

      public void serialize(ExtendedInfo info, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      serialize in class com.fasterxml.jackson.databind.JsonSerializer<ExtendedInfo>
      Throws:
      IOException