Class 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 Detail

      • AuditChangeValueConverter

        public AuditChangeValueConverter()
    • Method Detail

      • 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