Class CadfMetric.Parser
- java.lang.Object
-
- org.linuxforhealth.fhir.audit.cadf.CadfMetric.Parser
-
- Enclosing class:
- CadfMetric
public static class CadfMetric.Parser extends java.lang.Object
Parser
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CadfMetric
parse(jakarta.json.JsonObject jsonObject)
static CadfMetric
parse(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:
FHIRException
java.io.IOException
-
-