public class FieldReader extends Object implements RelationalReader, 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 |
relationshipDirection() |
String |
relationshipType() |
String |
typeParameterDescriptor() |
public Object read(Object instance)
PropertyReaderread in interface PropertyReaderread in interface RelationalReaderinstance - The instance from which to read the property valuenullpublic String relationshipType()
relationshipType in interface RelationalReaderpublic String propertyName()
PropertyReaderpropertyName in interface PropertyReaderpropertyName in interface RelationalReaderpublic String relationshipDirection()
relationshipDirection in interface RelationalReaderpublic String typeParameterDescriptor()
typeParameterDescriptor in interface RelationalReaderCopyright © 2016 Neo Technology, Inc.. All rights reserved.