Class BeanIOIterator
- java.lang.Object
-
- org.apache.camel.dataformat.beanio.BeanIOIterator
-
-
Constructor Summary
Constructors Constructor Description BeanIOIterator(org.beanio.BeanReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Objectnext()voidremove()voidsetNext(Object next)Sets a custom object as the next, such as from a custom error handler-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
setNext
public void setNext(Object next)
Sets a custom object as the next, such as from a custom error handler
-
-