Package com.ibm.fhir.audit.cadf
Class CadfEvent.Writer
- java.lang.Object
-
- com.ibm.fhir.audit.cadf.CadfEvent.Writer
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generate(CadfEvent obj)
static void
generate(CadfEvent obj, jakarta.json.stream.JsonGenerator generator)
-
-
-
Method Detail
-
generate
public static String generate(CadfEvent obj) throws IOException
- Parameters:
obj
-- Returns:
- Throws:
IOException
-
generate
public static void generate(CadfEvent obj, jakarta.json.stream.JsonGenerator generator) throws IOException
- Throws:
IOException
-
-