E - A base exception type that can be thrown by the methods of this
renderer.public interface PropertyRenderer<E extends Throwable>
PropertyRenderer is responsible for rendering the properties of a
node or relationship.| Modifier and Type | Method and Description |
|---|---|
void |
done()
Invoked when all properties have been rendered.
|
void |
renderProperty(String propertyKey,
Object propertyValue)
Renders a property.
|
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.