Uses of Class
org.apache.camel.dataformat.bindy.BindyAbstractFactory

Packages that use BindyAbstractFactory
org.apache.camel.dataformat.bindy   
org.apache.camel.dataformat.bindy.csv   
org.apache.camel.dataformat.bindy.kvp   
 

Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy
 

Subclasses of BindyAbstractFactory in org.apache.camel.dataformat.bindy
 class BindyCsvFactory
          The BindyCsvFactory is the class who allows to : Generate a model associated to a CSV record, bind data from a record to the POJOs, export data of POJOs to a CSV record and format data into String, Date, Double, ...
 class BindyFixedLengthFactory
          The BindyCsvFactory is the class who allows to : Generate a model associated to a fixed length record, bind data from a record to the POJOs, export data of POJOs to a fixed length record and format data into String, Date, Double, ...
 class BindyKeyValuePairFactory
          The BindyKeyValuePairFactory is the class who allows to bind data of type key value pair.
 

Methods in org.apache.camel.dataformat.bindy that return BindyAbstractFactory
protected abstract  BindyAbstractFactory BindyAbstractDataFormat.createModelFactory(org.apache.camel.spi.PackageScanClassResolver resolver)
           
 BindyAbstractFactory BindyAbstractDataFormat.getFactory(org.apache.camel.spi.PackageScanClassResolver resolver)
           
 

Methods in org.apache.camel.dataformat.bindy with parameters of type BindyAbstractFactory
 void BindyAbstractDataFormat.setModelFactory(BindyAbstractFactory modelFactory)
           
 

Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy.csv
 

Methods in org.apache.camel.dataformat.bindy.csv that return BindyAbstractFactory
protected  BindyAbstractFactory BindyCsvDataFormat.createModelFactory(org.apache.camel.spi.PackageScanClassResolver resolver)
           
 

Uses of BindyAbstractFactory in org.apache.camel.dataformat.bindy.kvp
 

Methods in org.apache.camel.dataformat.bindy.kvp that return BindyAbstractFactory
protected  BindyAbstractFactory BindyKeyValuePairDataFormat.createModelFactory(org.apache.camel.spi.PackageScanClassResolver resolver)
           
 



Apache CAMEL