Package org.forgerock.audit.handlers.csv
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 Summary
Constructors Constructor Description ParseJsonValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(Object value, org.supercsv.util.CsvContext context)
-