|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListRepresentation | |
---|---|
org.neo4j.server.rest.repr |
Uses of ListRepresentation in org.neo4j.server.rest.repr |
---|
Methods in org.neo4j.server.rest.repr that return ListRepresentation | |
---|---|
static ListRepresentation |
ListRepresentation.numbers(double[] values)
|
static ListRepresentation |
ListRepresentation.numbers(long... values)
|
static ListRepresentation |
ListRepresentation.relationshipTypes(Iterable<RelationshipType> types)
|
static ListRepresentation |
ListRepresentation.string(Iterable<String> values)
|
static ListRepresentation |
ListRepresentation.strings(String... values)
|
Methods in org.neo4j.server.rest.repr with parameters of type ListRepresentation | |
---|---|
void |
ListSerializer.addList(ListRepresentation value)
|
void |
MappingSerializer.putList(String key,
ListRepresentation value)
|
|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |