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