Spring Data Neo4j

org.springframework.data.neo4j.support.query
Class ConversionServiceQueryResultConverter<R>

java.lang.Object
  extended by org.springframework.data.neo4j.conversion.DefaultConverter<Object,R>
      extended by org.springframework.data.neo4j.support.query.ConversionServiceQueryResultConverter<R>
All Implemented Interfaces:
ResultConverter<Object,R>

public class ConversionServiceQueryResultConverter<R>
extends DefaultConverter<Object,R>

Since:
22.06.11
Author:
mh

Field Summary
 
Fields inherited from interface org.springframework.data.neo4j.conversion.ResultConverter
NO_OP_RESULT_CONVERTER
 
Constructor Summary
ConversionServiceQueryResultConverter(ConversionService conversionService)
           
 
Method Summary
protected  Object doConvert(Object value, Class<?> sourceType, Class type)
           
 
Methods inherited from class org.springframework.data.neo4j.conversion.DefaultConverter
convert, extractValue, toNode, toPath, toRelationship
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversionServiceQueryResultConverter

public ConversionServiceQueryResultConverter(ConversionService conversionService)
Method Detail

doConvert

protected Object doConvert(Object value,
                           Class<?> sourceType,
                           Class type)
Overrides:
doConvert in class DefaultConverter<Object,R>

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.