Package org.nuxeo.audit.elasticsearch.io
Class AuditEntryJSONReader
java.lang.Object
org.nuxeo.audit.elasticsearch.io.AuditEntryJSONReader
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, use nuxeo-core-io instead.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic LogEntry
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useMarshallerHelper.jsonToObject(Class, String, RenderingContext)
instead
-
Constructor Details
-
AuditEntryJSONReader
public AuditEntryJSONReader()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
read
@Deprecated(since="2025.0", forRemoval=true) public static LogEntry read(String content) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useMarshallerHelper.jsonToObject(Class, String, RenderingContext)
instead- Throws:
IOException
-