Class JsonAuditEventMapper
java.lang.Object
se.swedenconnect.spring.saml.idp.audit.repository.JsonAuditEventMapper
- All Implemented Interfaces:
AuditEventMapper
A JSON
AuditEventMapper
.- Author:
- Martin Lindström, Felix Hellman
-
Constructor Summary
ConstructorDescriptionJsonAuditEventMapper
(com.fasterxml.jackson.databind.ObjectMapper mapper) Constructor. -
Method Summary
-
Constructor Details
-
JsonAuditEventMapper
public JsonAuditEventMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) Constructor.- Parameters:
mapper
- theObjectMapper
-
-
Method Details
-
write
Serializes the AuditEvent to aString
.- Specified by:
write
in interfaceAuditEventMapper
- Parameters:
event
- to serialize- Returns:
- the string
-
read
Deserializes AuditEvent from its string representation.- Specified by:
read
in interfaceAuditEventMapper
- Parameters:
event
- to deserialize- Returns:
- an
AuditEvent
-