Package com.ibm.fhir.audit.cadf
Class CadfGeolocation.Parser
- java.lang.Object
-
- com.ibm.fhir.audit.cadf.CadfGeolocation.Parser
-
- Enclosing class:
- CadfGeolocation
public static class CadfGeolocation.Parser extends Object
Parser
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CadfGeolocation
parse(InputStream in)
static CadfGeolocation
parse(javax.json.JsonObject jsonObject)
-
-
-
Method Detail
-
parse
public static CadfGeolocation parse(javax.json.JsonObject jsonObject) throws FHIRException, IOException
- Throws:
FHIRException
IOException
-
parse
public static CadfGeolocation parse(InputStream in) throws FHIRException
- Throws:
FHIRException
-
-