Uses of Class
org.apache.camel.model.dataformat.FhirDataformat.AbstractBuilder
Packages that use FhirDataformat.AbstractBuilder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of FhirDataformat.AbstractBuilder in org.apache.camel.model.dataformat
Classes in org.apache.camel.model.dataformat with type parameters of type FhirDataformat.AbstractBuilderModifier and TypeClassDescriptionprotected static classFhirDataformat.AbstractBuilder<T extends FhirDataformat.AbstractBuilder<T,F>, F extends FhirDataformat> AbstractBuilderis the base builder forFhirDataformat.Subclasses of FhirDataformat.AbstractBuilder in org.apache.camel.model.dataformatModifier and TypeClassDescriptionstatic classBuilderis a specific builder forFhirJsonDataFormat.static classBuilderis a specific builder forFhirXmlDataFormat.Constructors in org.apache.camel.model.dataformat with parameters of type FhirDataformat.AbstractBuilderModifierConstructorDescriptionprotectedFhirDataformat(String dataFormatName, FhirDataformat.AbstractBuilder<?, ?> builder)