Repository: camel Updated Branches: refs/heads/master a8ab34c15 -> 6864e729b
CAMEL-9939: Updated component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8182d805 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8182d805 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8182d805 Branch: refs/heads/master Commit: 8182d80577432db204d38576de744711340aa4cd Parents: a8ab34c Author: Andrea Cosentino <anco...@gmail.com> Authored: Wed May 4 15:03:28 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Wed May 4 15:03:28 2016 +0200 ---------------------------------------------------------------------- components/camel-beanio/src/main/docs/beanio.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8182d805/components/camel-beanio/src/main/docs/beanio.adoc ---------------------------------------------------------------------- diff --git a/components/camel-beanio/src/main/docs/beanio.adoc b/components/camel-beanio/src/main/docs/beanio.adoc index a045a17..6d5b4a1 100644 --- a/components/camel-beanio/src/main/docs/beanio.adoc +++ b/components/camel-beanio/src/main/docs/beanio.adoc @@ -33,6 +33,8 @@ from the classpath. You can prefix with `file:`, `http:`, or |ignoreInvalidRecords |`false` |Whether to ignore invalid records. |encoding |Platform default |The charset to use. + +|beanReaderErrorHandler | |A custom BeanReaderErrorHandler implementation to use in your dataformat definition |======================================================================= [[BeanIO-Usage]]