org.neo4j.server.rest.repr
Class ObjectToRepresentationConverter

java.lang.Object
  extended by org.neo4j.server.rest.repr.ObjectToRepresentationConverter

public class ObjectToRepresentationConverter
extends Object


Constructor Summary
ObjectToRepresentationConverter()
           
 
Method Summary
static org.neo4j.server.rest.repr.Representation convert(Object data)
           
static org.neo4j.server.rest.repr.ListRepresentation getListRepresentation(Iterable data)
           
static org.neo4j.server.rest.repr.MappingRepresentation getMapRepresentation(Map data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectToRepresentationConverter

public ObjectToRepresentationConverter()
Method Detail

convert

public static org.neo4j.server.rest.repr.Representation convert(Object data)

getMapRepresentation

public static org.neo4j.server.rest.repr.MappingRepresentation getMapRepresentation(Map data)

getListRepresentation

public static org.neo4j.server.rest.repr.ListRepresentation getListRepresentation(Iterable data)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.