org.springframework.data.document.mongodb.repository
Interface ConvertingParameterAccessor.PotentiallyConvertingIterator
- All Superinterfaces:
- java.util.Iterator<java.lang.Object>
- 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 |
nextConverted
java.lang.Object nextConverted()
- Returns the next element which has already been converted.
- Returns:
Copyright © 2011. All Rights Reserved.