Constructor and Description |
---|
BeanIOIterator(org.beanio.BeanReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
void |
setNext(Object next)
Sets a custom object as the next, such as from a custom error handler
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public void setNext(Object next)
Apache Camel