Class IteratorConvertTo
java.lang.Object
org.apache.camel.support.IteratorConvertTo
- All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<Object>
-
Constructor Summary
ConstructorsConstructorDescriptionIteratorConvertTo(org.apache.camel.Exchange exchange, Iterator<?> it, Class<?> type) Creates the convert iterator. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
IteratorConvertTo
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
hasNext
-
next
-
remove
-