public class ObjectToRepresentationConverter extends Object
| Modifier and Type | Method and Description |
|---|---|
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) |
public static org.neo4j.server.rest.repr.Representation convert(Object data)
public static org.neo4j.server.rest.repr.MappingRepresentation getMapRepresentation(Map data)
public static org.neo4j.server.rest.repr.ListRepresentation getListRepresentation(Iterable data)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.