Package com.ibm.fhir.audit.cadf
Class CadfReason.Writer
- java.lang.Object
-
- com.ibm.fhir.audit.cadf.CadfReason.Writer
-
- Enclosing class:
- CadfReason
public static class CadfReason.Writer extends Object
Generates JSON from this object.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringgenerate(CadfReason obj)static voidgenerate(CadfReason obj, javax.json.stream.JsonGenerator generator)
-
-
-
Method Detail
-
generate
public static String generate(CadfReason obj) throws IOException
- Parameters:
obj-- Returns:
- Throws:
IOException
-
generate
public static void generate(CadfReason obj, javax.json.stream.JsonGenerator generator) throws IOException
- Throws:
IOException
-
-