Uses of Class
org.apache.camel.model.dataformat.XStreamDataFormat.ImplicitCollectionList

Packages that use XStreamDataFormat.ImplicitCollectionList
org.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components 
 

Uses of XStreamDataFormat.ImplicitCollectionList in org.apache.camel.model.dataformat
 

Methods in org.apache.camel.model.dataformat that return XStreamDataFormat.ImplicitCollectionList
 XStreamDataFormat.ImplicitCollectionList XStreamDataFormat.ImplicitCollectionsAdapter.marshal(Map<String,String[]> v)
           
 

Methods in org.apache.camel.model.dataformat with parameters of type XStreamDataFormat.ImplicitCollectionList
 Map<String,String[]> XStreamDataFormat.ImplicitCollectionsAdapter.unmarshal(XStreamDataFormat.ImplicitCollectionList v)
           
 



Apache CAMEL