|
||||||||||
| 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<org.neo4j.graphdb.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||