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