Uses of Class
org.apache.camel.dataformat.beanio.BeanIOConfiguration
-
-
Uses of BeanIOConfiguration in org.apache.camel.dataformat.beanio
Methods in org.apache.camel.dataformat.beanio that return BeanIOConfiguration Modifier and Type Method Description BeanIOConfigurationBeanIOErrorHandler. getConfiguration()The configurationBeanIOConfigurationBeanIOSplitter. getConfiguration()Methods in org.apache.camel.dataformat.beanio with parameters of type BeanIOConfiguration Modifier and Type Method Description static org.beanio.BeanReaderErrorHandlerBeanIOHelper. getOrCreateBeanReaderErrorHandler(BeanIOConfiguration configuration, org.apache.camel.Exchange exchange, List<Object> results, BeanIOIterator iterator)voidBeanIOErrorHandler. setConfiguration(BeanIOConfiguration configuration)voidBeanIOSplitter. setConfiguration(BeanIOConfiguration configuration)Constructors in org.apache.camel.dataformat.beanio with parameters of type BeanIOConfiguration Constructor Description BeanIOSplitter(BeanIOConfiguration configuration)
-