Class FhirJsonDataFormat
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.DataFormatDefinition
org.apache.camel.model.dataformat.FhirDataformat
org.apache.camel.model.dataformat.FhirJsonDataFormat
- All Implemented Interfaces:
ContentTypeHeaderAware
@Metadata(firstVersion="2.21.0",
label="dataformat,transformation,hl7,json",
title="FHIR JSon")
public class FhirJsonDataFormat
extends FhirDataformat
Marshall and unmarshall FHIR objects to/from JSON.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilderis a specific builder forFhirJsonDataFormat. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.model.dataformat.FhirDataformat
getContentTypeHeader, getDontEncodeElements, getDontStripVersionsFromReferencesAtPaths, getEncodeElements, getEncodeElementsAppliesToChildResourcesOnly, getFhirContext, getFhirVersion, getForceResourceId, getOmitResourceId, getOverrideResourceIdWithBundleEntryFullUrl, getParserErrorHandler, getParserOptions, getPreferTypes, getPrettyPrint, getServerBaseUrl, getStripVersionsFromReferences, getSummaryMode, getSuppressNarratives, setContentTypeHeader, setDontEncodeElements, setDontEncodeElements, setDontStripVersionsFromReferencesAtPaths, setDontStripVersionsFromReferencesAtPaths, setEncodeElements, setEncodeElements, setEncodeElementsAppliesToChildResourcesOnly, setFhirContext, setFhirVersion, setForceResourceId, setOmitResourceId, setOverrideResourceIdWithBundleEntryFullUrl, setParserErrorHandler, setParserOptions, setPreferTypes, setPrettyPrint, setServerBaseUrl, setStripVersionsFromReferences, setSummaryMode, setSuppressNarrativesMethods inherited from class org.apache.camel.model.DataFormatDefinition
getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatNameMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
FhirJsonDataFormat
public FhirJsonDataFormat()
-