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