Spring Data Neo4j

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

java.lang.Object
  extended by org.springframework.data.neo4j.conversion.ResultConverter.ResultConverterAdapter<T,R>
All Implemented Interfaces:
ResultConverter<T,R>
Enclosing interface:
ResultConverter<T,R>

public static class ResultConverter.ResultConverterAdapter<T,R>
extends Object
implements ResultConverter<T,R>


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

Constructor Detail

ResultConverter.ResultConverterAdapter

public ResultConverter.ResultConverterAdapter()
Method Detail

convert

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

convert

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

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.