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 CadfGeolocationparse(InputStream in)static CadfGeolocationparse(javax.json.JsonObject jsonObject) 
 - 
 
- 
- 
Method Detail
- 
parse
public static CadfGeolocation parse(javax.json.JsonObject jsonObject) throws FHIRException, IOException
- Throws:
 FHIRExceptionIOException
 
- 
parse
public static CadfGeolocation parse(InputStream in) throws FHIRException
- Throws:
 FHIRException
 
 - 
 
 -