Class AuditChangeValueConverter

java.lang.Object
com.cumulocity.model.audit.AuditChangeValueConverter
All Implemented Interfaces:
org.svenson.converter.TypeConverter

public class AuditChangeValueConverter extends Object implements org.svenson.converter.TypeConverter
Converter is used to ensure backward compatibility with Dozer mapper for previousValue and newValue of Audit Change
  • Constructor Details

    • AuditChangeValueConverter

      public AuditChangeValueConverter()
  • Method Details

    • fromJSON

      public Object fromJSON(Object in)
      Specified by:
      fromJSON in interface org.svenson.converter.TypeConverter
    • toJSON

      public Object toJSON(Object in)
      Specified by:
      toJSON in interface org.svenson.converter.TypeConverter