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