Package com.ibm.fhir.audit.cadf
Class CadfMetric.Parser
- java.lang.Object
 - 
- com.ibm.fhir.audit.cadf.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(jakarta.json.JsonObject jsonObject)static CadfMetricparse(InputStream in) 
 - 
 
- 
- 
Method Detail
- 
parse
public static CadfMetric parse(InputStream in) throws FHIRException
- Throws:
 FHIRException
 
- 
parse
public static CadfMetric parse(jakarta.json.JsonObject jsonObject) throws FHIRException, IOException
- Throws:
 FHIRExceptionIOException
 
 - 
 
 -