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

Packages that use XStreamDataFormat.ImplicitCollectionEntry
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.ImplicitCollectionEntry in org.apache.camel.model.dataformat
 

Methods in org.apache.camel.model.dataformat that return types with arguments of type XStreamDataFormat.ImplicitCollectionEntry
 List<XStreamDataFormat.ImplicitCollectionEntry> XStreamDataFormat.ImplicitCollectionList.getList()
           
 

Method parameters in org.apache.camel.model.dataformat with type arguments of type XStreamDataFormat.ImplicitCollectionEntry
 void XStreamDataFormat.ImplicitCollectionList.setList(List<XStreamDataFormat.ImplicitCollectionEntry> list)
           
 



Apache CAMEL