Uses of Class
org.linuxforhealth.fhir.audit.cadf.CadfEvent
-
Packages that use CadfEvent Package Description org.linuxforhealth.fhir.audit.cadf org.linuxforhealth.fhir.audit.mapper.impl -
-
Uses of CadfEvent in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return CadfEvent Modifier and Type Method Description CadfEvent
CadfEvent.Builder. build()
static CadfEvent
CadfEvent.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfEvent
CadfEvent.Parser. parse(java.io.InputStream in)
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type CadfEvent Modifier and Type Method Description static java.lang.String
CadfEvent.Writer. generate(CadfEvent obj)
static void
CadfEvent.Writer. generate(CadfEvent obj, jakarta.json.stream.JsonGenerator generator)
-
Uses of CadfEvent in org.linuxforhealth.fhir.audit.mapper.impl
Methods in org.linuxforhealth.fhir.audit.mapper.impl that return CadfEvent Modifier and Type Method Description CadfEvent
CADFMapper. createCadfEvent(AuditLogEntry logEntry)
-