Class BeanIOIterator
java.lang.Object
org.apache.camel.dataformat.beanio.BeanIOIterator
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<Object>
-
Constructor Details
-
BeanIOIterator
public BeanIOIterator(org.beanio.BeanReader reader)
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
setNext
Sets a custom object as the next, such as from a custom error handler
-