public class GraphEntityMapper extends Object implements ResponseMapper<GraphModel>
| Constructor and Description |
|---|
GraphEntityMapper(MetaData metaData,
MappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
map(Class<T> type,
GraphModel graphModel) |
<T> Iterable<T> |
map(Class<T> type,
Response<GraphModel> model) |
Map<Long,Object> |
mapRelationships(GraphModel model) |
public GraphEntityMapper(MetaData metaData, MappingContext mappingContext)
public <T> Iterable<T> map(Class<T> type, Response<GraphModel> model)
map in interface ResponseMapper<GraphModel>public Map<Long,Object> mapRelationships(GraphModel model)
public <T> List<T> map(Class<T> type, GraphModel graphModel)
Copyright © 2016 Neo Technology, Inc.. All rights reserved.