Interface ConvertingParameterAccessor.PotentiallyConvertingIterator
- Enclosing class:
- ConvertingParameterAccessor
public static interface ConvertingParameterAccessor.PotentiallyConvertingIterator
extends Iterator<Object>
Custom
Iterator
that adds a method to access elements in a converted manner.- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionnextConverted
(MongoPersistentProperty property) Returns the next element which has already been converted.Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
nextConverted
Returns the next element which has already been converted.- Returns:
-