Class ExtendedInfoDeserializer

java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<ExtendedInfo>
org.nuxeo.ecm.platform.audit.io.ExtendedInfoDeserializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider

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

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

    com.fasterxml.jackson.databind.JsonDeserializer.None
  • 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
    deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

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

    deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer

    Methods inherited from class java.lang.Object

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

    • ExtendedInfoDeserializer

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

    • deserialize

      public ExtendedInfo deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<ExtendedInfo>
      Throws:
      IOException