org.springframework.data.document.mongodb.repository
Interface ConvertingParameterAccessor.PotentiallyConvertingIterator

All Superinterfaces:
java.util.Iterator<java.lang.Object>
All Known Implementing Classes:
ConvertingParameterAccessor.ConvertingIterator
Enclosing class:
ConvertingParameterAccessor

public static interface ConvertingParameterAccessor.PotentiallyConvertingIterator
extends java.util.Iterator<java.lang.Object>

Custom Iterator that adds a method to access elements in a converted manner.

Author:
Oliver Gierke

Method Summary
 java.lang.Object nextConverted()
          Returns the next element which has already been converted.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextConverted

java.lang.Object nextConverted()
Returns the next element which has already been converted.

Returns: