Spring Data Neo4j

org.springframework.data.neo4j.conversion
Interface ResultConverter<T,R>

All Known Implementing Classes:
ConversionServiceQueryResultConverter, DefaultConverter, EntityResultConverter, QueryMapResulConverter

public interface ResultConverter<T,R>

Since:
28.06.11
Author:
mh

Field Summary
static ResultConverter NO_OP_RESULT_CONVERTER
           
 
Method Summary
 R convert(T value, Class<R> type)
           
 

Field Detail

NO_OP_RESULT_CONVERTER

static final ResultConverter NO_OP_RESULT_CONVERTER
Method Detail

convert

R convert(T value,
          Class<R> type)

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.