Class GraphRowModelAdapter

java.lang.Object
org.neo4j.ogm.result.adapter.GraphRowModelAdapter
All Implemented Interfaces:
ResultAdapter<Map<String,Object>,GraphRowModel>

public class GraphRowModelAdapter extends Object implements ResultAdapter<Map<String,Object>,GraphRowModel>
This adapter will transform an embedded response into a json response
Author:
Vince Bickers, Michael J. Simons