Class RemotePathConverter
- java.lang.Object
-
- com.buschmais.xo.neo4j.remote.impl.converter.RemotePathConverter
-
- All Implemented Interfaces:
TypeConverter
public class RemotePathConverter extends Object implements TypeConverter
Converts a path into an iterable consisting of all nodes and relationships.
-
-
Constructor Summary
Constructors Constructor Description RemotePathConverter(RemoteDatastoreSessionCache sessionCache)
-
-
-
Constructor Detail
-
RemotePathConverter
public RemotePathConverter(RemoteDatastoreSessionCache sessionCache)
-
-
Method Detail
-
getType
public Class<?> getType()
- Specified by:
getTypein interfaceTypeConverter
-
convert
public Object convert(Object value)
- Specified by:
convertin interfaceTypeConverter
-
-