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 Representation convert(Object data)
           
static ListRepresentation getListRepresentation(Iterable data)
           
static 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 Representation convert(Object data)

getMapRepresentation

public static MappingRepresentation getMapRepresentation(Map data)

getListRepresentation

public static ListRepresentation getListRepresentation(Iterable data)


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