org.neo4j.server.rest.repr
Class ListWriter
java.lang.Object
org.neo4j.server.rest.repr.ListWriter
public abstract class ListWriter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListWriter
public ListWriter()
newMapping
protected abstract MappingWriter newMapping(String type)
newList
protected abstract ListWriter newList(String type)
writeString
protected void writeString(String value)
writeBoolean
protected void writeBoolean(boolean value)
writeInteger
protected void writeInteger(String type,
long value)
writeFloatingPointNumber
protected void writeFloatingPointNumber(String type,
double value)
writeValue
protected abstract void writeValue(String type,
Object value)
done
protected abstract void done()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.