public interface PropertyReader
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComposite() |
String |
propertyName()
Retrieves the property name as it would be written to the node or relationship in the graph database.
|
Map<String,?> |
readComposite(Object instance) |
Object |
readProperty(Object instance)
Reads the value corresponding to this property from the given object.
|
String propertyName()
Object readProperty(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 objectboolean isComposite()
Copyright © 2016 Neo Technology, Inc.. All rights reserved.