G - The Graph implementationpublic interface GraphToEntityMapper<G extends GraphModel>
GraphModels onto arbitrary Java objects.| Modifier and Type | Method and Description |
|---|---|
<T> Collection<T> |
map(Class<T> type,
G graphModel)
Maps the data representation in the given
GraphModel onto an instance of T. |
<T> Collection<T> map(Class<T> type, G graphModel)
GraphModel onto an instance of T.type - The Class defining the type to which each entity in the graph should be mappedgraphModel - The GraphModel model containing the data to map onto the objectT containing relevant data extracted from the given graph modelCopyright © 2015 Neo Technology, Inc.. All rights reserved.