@Dataformat(value="fhirJson") public class FhirJsonDataFormat extends FhirDataFormat
| Constructor and Description |
|---|
FhirJsonDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataFormatName() |
void |
marshal(org.apache.camel.Exchange exchange,
Object o,
OutputStream outputStream) |
Object |
unmarshal(org.apache.camel.Exchange exchange,
InputStream inputStream) |
configureParser, doStart, doStop, getDontEncodeElements, getDontStripVersionsFromReferencesAtPaths, getEncodeElements, getFhirContext, getFhirVersion, getForceResourceId, getOverrideResourceIdWithBundleEntryFullUrl, getParserErrorHandler, getParserOptions, getPreferTypes, getServerBaseUrl, getStripVersionsFromReferences, isContentTypeHeader, isEncodeElementsAppliesToChildResourcesOnly, isOmitResourceId, isPrettyPrint, isSummaryMode, isSuppressNarratives, setContentTypeHeader, setDontEncodeElements, setDontStripVersionsFromReferencesAtPaths, setEncodeElements, setEncodeElementsAppliesToChildResourcesOnly, setFhirContext, setFhirVersion, setForceResourceId, setOmitResourceId, setOverrideResourceIdWithBundleEntryFullUrl, setParserErrorHandler, setParserOptions, setPreferTypes, setPrettyPrint, setServerBaseUrl, setStripVersionsFromReferences, setSummaryMode, setSuppressNarrativesbuild, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void marshal(org.apache.camel.Exchange exchange,
Object o,
OutputStream outputStream)
throws Exception
Exceptionpublic Object unmarshal(org.apache.camel.Exchange exchange, InputStream inputStream) throws Exception
Exceptionpublic String getDataFormatName()
Apache Camel