Spring Data Document

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

All Superinterfaces:
Iterator<Object>
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
 Object nextConverted(MongoPersistentProperty property)
          Returns the next element which has already been converted.
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextConverted

Object nextConverted(MongoPersistentProperty property)
Returns the next element which has already been converted.

Returns:

Spring Data Document

Copyright © 2012. All Rights Reserved.