org.neo4j.server.rest.repr
Class ObjectToRepresentationConverter
java.lang.Object
org.neo4j.server.rest.repr.ObjectToRepresentationConverter
public class ObjectToRepresentationConverter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectToRepresentationConverter
public ObjectToRepresentationConverter()
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.