Package org.nuxeo.ecm.platform.audit.io
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.
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(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
-
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 classcom.fasterxml.jackson.databind.JsonDeserializer<ExtendedInfo>
- Throws:
IOException
-
LogEntryJsonReader
with help of nuxeo-core-io instead