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

Packages that use MappingWriter
org.neo4j.server.rest.repr   
 

Uses of MappingWriter in org.neo4j.server.rest.repr
 

Methods in org.neo4j.server.rest.repr that return MappingWriter
protected abstract  MappingWriter ListWriter.newMapping(String type)
           
protected abstract  MappingWriter MappingWriter.newMapping(String type, String key)
           
protected abstract  MappingWriter RepresentationFormat.serializeMapping(String type)
           
 

Methods in org.neo4j.server.rest.repr with parameters of type MappingWriter
protected abstract  String RepresentationFormat.complete(MappingWriter serializer)
          Will be invoked (when serialization is done) with the result retrieved from invoking RepresentationFormat.serializeMapping(String), it is therefore safe for this method to convert the MappingWriter argument to the implementation class returned by RepresentationFormat.serializeMapping(String).
 



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