Uses of Class
org.linuxforhealth.fhir.audit.cadf.CadfMapItem
-
Packages that use CadfMapItem Package Description org.linuxforhealth.fhir.audit.cadf -
-
Uses of CadfMapItem in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return CadfMapItem Modifier and Type Method Description CadfMapItem
CadfMapItem.Builder. build()
CadfMapItem[]
CadfMetric. getAnnotations()
static CadfMapItem
CadfMapItem.Parser. parse(jakarta.json.JsonObject jsonObject)
static CadfMapItem
CadfMapItem.Parser. parse(java.io.InputStream in)
Methods in org.linuxforhealth.fhir.audit.cadf that return types with arguments of type CadfMapItem Modifier and Type Method Description java.util.ArrayList<CadfMapItem>
CadfGeolocation. getAnnotations()
java.util.ArrayList<CadfMapItem>
CadfCredential. getAssertions()
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type CadfMapItem Modifier and Type Method Description CadfGeolocation.Builder
CadfGeolocation.Builder. addAnnotation(CadfMapItem annotation)
CadfMetric.Builder
CadfMetric.Builder. annotation(CadfMapItem annotation)
CadfGeolocation.Builder
CadfGeolocation.Builder. annotations(CadfMapItem[] annotations)
Optionally set arbitrary annotations for this locationCadfCredential.Builder
CadfCredential.Builder. assertion(CadfMapItem assertion)
Add an assertion to the assertion list, one at a time.CadfCredential.Builder
CadfCredential.Builder. assertions(CadfMapItem[] assertions)
Set the optional assertions property.static java.lang.String
CadfMapItem.Writer. generate(CadfMapItem obj)
static void
CadfMapItem.Writer. generate(CadfMapItem obj, jakarta.json.stream.JsonGenerator generator)
void
CadfMetric. setAnnotations(CadfMapItem[] annotations)
Method parameters in org.linuxforhealth.fhir.audit.cadf with type arguments of type CadfMapItem Modifier and Type Method Description CadfGeolocation.Builder
CadfGeolocation.Builder. annotations(java.util.ArrayList<CadfMapItem> annotations)
Optionally set arbitrary annotations for this locationCadfCredential.Builder
CadfCredential.Builder. assertions(java.util.ArrayList<CadfMapItem> assertions)
Set the optional assertions property.
-