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 CadfEventCadfEvent.Builder. build()static CadfEventCadfEvent.Parser. parse(jakarta.json.JsonObject jsonObject)static CadfEventCadfEvent.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.StringCadfEvent.Writer. generate(CadfEvent obj)static voidCadfEvent.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 CadfEventCADFMapper. createCadfEvent(AuditLogEntry logEntry)
-