| 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, waitforEachRemainingpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic void setNext(Object next)
Apache Camel