|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListWriter | |
|---|---|
| org.neo4j.server.rest.repr | |
| Uses of ListWriter in org.neo4j.server.rest.repr |
|---|
| Methods in org.neo4j.server.rest.repr that return ListWriter | |
|---|---|
protected abstract ListWriter |
ListWriter.newList(String type)
|
protected abstract ListWriter |
MappingWriter.newList(String type,
String key)
|
protected abstract ListWriter |
RepresentationFormat.serializeList(String type)
|
| Methods in org.neo4j.server.rest.repr with parameters of type ListWriter | |
|---|---|
protected abstract String |
RepresentationFormat.complete(ListWriter serializer)
Will be invoked (when serialization is done) with the result retrieved from invoking RepresentationFormat.serializeList(String), it is therefore safe for
this method to convert the ListWriter argument to the
implementation class returned by RepresentationFormat.serializeList(String). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||