public class ObjectToRepresentationConverter extends Object
| Constructor and Description |
|---|
ObjectToRepresentationConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Representation |
convert(Object data) |
static ListRepresentation |
getListRepresentation(Iterable data) |
static MappingRepresentation |
getMapRepresentation(Map data) |
public static Representation convert(Object data)
public static MappingRepresentation getMapRepresentation(Map data)
public static ListRepresentation getListRepresentation(Iterable data)
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.