Uses of Package
org.apache.camel.model.dataformat

Packages that use org.apache.camel.model.dataformat
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components 
 

Classes in org.apache.camel.model.dataformat used by org.apache.camel.builder
BindyType
          Represents the different types of bindy data formats.
JsonLibrary
          Represents the concrete Json libraries Camel supports.
 

Classes in org.apache.camel.model.dataformat used by org.apache.camel.model.dataformat
BindyType
          Represents the different types of bindy data formats.
JsonLibrary
          Represents the concrete Json libraries Camel supports.
XStreamDataFormat.AliasEntry
           
XStreamDataFormat.AliasList
           
XStreamDataFormat.ConverterEntry
           
XStreamDataFormat.ConverterList
           
XStreamDataFormat.ImplicitCollectionEntry
           
XStreamDataFormat.ImplicitCollectionList
           
XStreamDataFormat.OmitFieldEntry
           
XStreamDataFormat.OmitFieldList
           
 



Apache Camel