Class CsvAuditEventHandler.ParseJsonValue

java.lang.Object
org.forgerock.audit.handlers.csv.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 Details

    • ParseJsonValue

      public ParseJsonValue()
  • Method Details

    • execute

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