Uses of Class
org.neo4j.server.rest.repr.ListWriter

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).
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.