Class FhirXmlDataFormat
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.DataFormatDefinition
org.apache.camel.model.dataformat.FhirDataformat
org.apache.camel.model.dataformat.FhirXmlDataFormat
- All Implemented Interfaces:
CopyableDefinition<DataFormatDefinition>,ContentTypeHeaderAware
@Metadata(firstVersion="2.21.0",
label="dataformat,transformation,hl7,xml",
title="FHIR XML")
public class FhirXmlDataFormat
extends FhirDataformat
Marshall and unmarshall FHIR objects to/from XML.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilderis a specific builder forFhirXmlDataFormat.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
-
FhirXmlDataFormat
public FhirXmlDataFormat() -
FhirXmlDataFormat
-
-
Method Details
-
copyDefinition
Description copied from interface:CopyableDefinitionMakes a copy of this definition.- Specified by:
copyDefinitionin interfaceCopyableDefinition<DataFormatDefinition>- Overrides:
copyDefinitionin classDataFormatDefinition
-