public class GraphJsonUtils extends Object
Modifier and Type | Field and Description |
---|---|
static Function<Row,GraphNode> |
ROW_TO_GRAPHSON2_OBJECTGRAPHNODE
Function that transforms a Row from the wrapped Cassandra driver, into a
GraphNode . |
Constructor and Description |
---|
GraphJsonUtils() |
public static final Function<Row,GraphNode> ROW_TO_GRAPHSON2_OBJECTGRAPHNODE
GraphNode
. The GraphNode created will be directly exposed to the
user when iterating over the GraphResultSet
returned from
a Graph query.Copyright © 2012–2019. All rights reserved.