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 Details

    • nextConverted

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