Class CadfMetric.Parser
- java.lang.Object
 - 
- org.linuxforhealth.fhir.audit.cadf.CadfMetric.Parser
 
 
- 
- Enclosing class:
 - CadfMetric
 
public static class CadfMetric.Parser extends java.lang.ObjectParser 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CadfMetricparse(jakarta.json.JsonObject jsonObject)static CadfMetricparse(java.io.InputStream in) 
 - 
 
- 
- 
Method Detail
- 
parse
public static CadfMetric parse(java.io.InputStream in) throws FHIRException
- Throws:
 FHIRException
 
- 
parse
public static CadfMetric parse(jakarta.json.JsonObject jsonObject) throws FHIRException, java.io.IOException
- Throws:
 FHIRExceptionjava.io.IOException
 
 - 
 
 -