Class CadfMapItem
- java.lang.Object
-
- org.linuxforhealth.fhir.audit.cadf.CadfMapItem
-
public final class CadfMapItem extends java.lang.Object
Representation of the CADF Map Item object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CadfMapItem.Builder
Builder is a convenience pattern to assemble to Java Objectstatic class
CadfMapItem.Parser
Parserstatic class
CadfMapItem.Writer
Generates JSON from this object.
-
Constructor Summary
Constructors Constructor Description CadfMapItem(java.lang.String key, java.lang.Object value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CadfMapItem.Builder
builder()
java.lang.String
getKey()
java.lang.Object
getValue()
-
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
getValue
public java.lang.Object getValue()
-
builder
public static CadfMapItem.Builder builder()
-
-