Class FhirXmlDataFormat.Builder
java.lang.Object
org.apache.camel.model.dataformat.FhirDataformat.AbstractBuilder<FhirXmlDataFormat.Builder,FhirXmlDataFormat>
org.apache.camel.model.dataformat.FhirXmlDataFormat.Builder
- All Implemented Interfaces:
DataFormatBuilder<FhirXmlDataFormat>
- Enclosing class:
FhirXmlDataFormat
public static class FhirXmlDataFormat.Builder
extends FhirDataformat.AbstractBuilder<FhirXmlDataFormat.Builder,FhirXmlDataFormat>
Builder is a specific builder for FhirXmlDataFormat.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.camel.model.dataformat.FhirDataformat.AbstractBuilder
contentTypeHeader, contentTypeHeader, dontEncodeElements, dontEncodeElements, dontStripVersionsFromReferencesAtPaths, dontStripVersionsFromReferencesAtPaths, encodeElements, encodeElements, encodeElementsAppliesToChildResourcesOnly, encodeElementsAppliesToChildResourcesOnly, fhirContext, fhirVersion, forceResourceId, omitResourceId, omitResourceId, overrideResourceIdWithBundleEntryFullUrl, overrideResourceIdWithBundleEntryFullUrl, parserErrorHandler, parserOptions, preferTypes, prettyPrint, prettyPrint, serverBaseUrl, stripVersionsFromReferences, stripVersionsFromReferences, summaryMode, summaryMode, suppressNarratives, suppressNarratives
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
end
Description copied from interface:DataFormatBuilderEnds the build of the data format.- Returns:
- the data format fully built.
-