Spring Data Neo4j

org.springframework.data.neo4j.conversion
Class QueryMapResulConverter<T>

java.lang.Object
  extended by org.springframework.data.neo4j.conversion.QueryMapResulConverter<T>
All Implemented Interfaces:
ResultConverter<Map<String,Object>,T>

public class QueryMapResulConverter<T>
extends Object
implements ResultConverter<Map<String,Object>,T>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.springframework.data.neo4j.conversion.ResultConverter
ResultConverter.ResultConverterAdapter<T,R>
 
Constructor Summary
QueryMapResulConverter(Neo4jOperations template)
           
 
Method Summary
 T convert(Map<String,Object> value, Class<T> type)
           
 T convert(Map<String,Object> value, Class<T> type, MappingPolicy mappingPolicy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryMapResulConverter

public QueryMapResulConverter(Neo4jOperations template)
Method Detail

convert

public T convert(Map<String,Object> value,
                 Class<T> type,
                 MappingPolicy mappingPolicy)
Specified by:
convert in interface ResultConverter<Map<String,Object>,T>

convert

public T convert(Map<String,Object> value,
                 Class<T> type)
Specified by:
convert in interface ResultConverter<Map<String,Object>,T>

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.