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:
CopyableDefinition<DataFormatDefinition>,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.Nested classes/interfaces inherited from class org.apache.camel.model.dataformat.FhirDataformat
FhirDataformat.AbstractBuilder<T extends FhirDataformat.AbstractBuilder<T,F>, F extends FhirDataformat> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMakes a copy of this definition.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() -
FhirJsonDataFormat
-
-
Method Details
-
copyDefinition
Description copied from interface:CopyableDefinitionMakes a copy of this definition.- Specified by:
copyDefinitionin interfaceCopyableDefinition<DataFormatDefinition>- Overrides:
copyDefinitionin classDataFormatDefinition
-