Package org.nuxeo.ecm.platform.audit.io
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.
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
FieldsModifier and TypeFieldDescriptionprotected 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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Field Details
-
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 MAPPERDeprecated, 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 classcom.fasterxml.jackson.databind.JsonSerializer<ExtendedInfo>
- Throws:
IOException
-
LogEntryJsonWriter
with help of nuxeo-core-io instead