Class CsvAuditEventHandler.ParseJsonValue

  • All Implemented Interfaces:
    org.supercsv.cellprocessor.ift.CellProcessor
    Enclosing class:
    CsvAuditEventHandler

    public class CsvAuditEventHandler.ParseJsonValue
    extends Object
    implements org.supercsv.cellprocessor.ift.CellProcessor
    CellProcessor for parsing JsonValue objects from CSV file.
    • Constructor Detail

      • ParseJsonValue

        public ParseJsonValue()
    • Method Detail

      • execute

        public Object execute​(Object value,
                              org.supercsv.util.CsvContext context)
        Specified by:
        execute in interface org.supercsv.cellprocessor.ift.CellProcessor