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