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