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