Spring Data Neo4j

org.springframework.data.neo4j.support.path
Class PathMappingIterator

java.lang.Object
  extended by org.springframework.data.neo4j.support.path.PathMappingIterator

public class PathMappingIterator
extends Object

Since:
22.02.11
Author:
mh

Constructor Summary
PathMappingIterator()
           
 
Method Summary
<T> Iterable<T>
mapPaths(Iterable<org.neo4j.graphdb.Path> paths, PathMapper<T> pathMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathMappingIterator

public PathMappingIterator()
Method Detail

mapPaths

public <T> Iterable<T> mapPaths(Iterable<org.neo4j.graphdb.Path> paths,
                                PathMapper<T> pathMapper)

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.