org.neo4j.server.rest.repr.formats
Class MapWrappingWriter
java.lang.Object
org.neo4j.server.rest.repr.MappingWriter
org.neo4j.server.rest.repr.formats.MapWrappingWriter
public class MapWrappingWriter
- extends MappingWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapWrappingWriter
public MapWrappingWriter(Map<String,Object> data)
MapWrappingWriter
public MapWrappingWriter(Map<String,Object> data,
boolean interactive)
isInteractive
protected final boolean isInteractive()
- Overrides:
isInteractive
in class MappingWriter
newList
protected ListWriter newList(String type,
String key)
- Specified by:
newList
in class MappingWriter
newMapping
protected MappingWriter newMapping(String type,
String key)
- Specified by:
newMapping
in class MappingWriter
writeValue
protected void writeValue(String type,
String key,
Object value)
- Specified by:
writeValue
in class MappingWriter
done
protected void done()
- Specified by:
done
in class MappingWriter
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.