public interface PropertyReader
| Modifier and Type | Method and Description |
|---|---|
String |
propertyName()
Retrieves the property name as it would be written to the node or relationship in the graph database.
|
Object |
read(Object instance)
Reads the value corresponding to this property from the given object.
|
String propertyName()
Object read(Object instance)
instance - The instance from which to read the property valuenullRuntimeException - if there's an error reading the property or if it's not found on the given objectCopyright © 2016 Neo Technology, Inc.. All rights reserved.