| Package | Description |
|---|---|
| com.tinkerpop.blueprints.util.io.graphson |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphElementFactory
The standard factory used for most graph element creation.
|
| Modifier and Type | Method and Description |
|---|---|
static Edge |
GraphSONUtility.edgeFromJson(InputStream json,
Vertex out,
Vertex in,
ElementFactory factory,
GraphSONMode mode,
Set<String> propertyKeys)
Reads an individual Edge from JSON.
|
static Edge |
GraphSONUtility.edgeFromJson(com.fasterxml.jackson.databind.JsonNode json,
Vertex out,
Vertex in,
ElementFactory factory,
GraphSONMode mode,
Set<String> propertyKeys)
Reads an individual Edge from JSON.
|
static Edge |
GraphSONUtility.edgeFromJson(org.codehaus.jettison.json.JSONObject json,
Vertex out,
Vertex in,
ElementFactory factory,
GraphSONMode mode,
Set<String> propertyKeys)
Reads an individual Edge from JSON.
|
static Edge |
GraphSONUtility.edgeFromJson(String json,
Vertex out,
Vertex in,
ElementFactory factory,
GraphSONMode mode,
Set<String> propertyKeys)
Reads an individual Edge from JSON.
|
static Vertex |
GraphSONUtility.vertexFromJson(InputStream json,
ElementFactory factory,
GraphSONMode mode,
Set<String> propertyKeys)
Reads an individual Vertex from JSON.
|
static Vertex |
GraphSONUtility.vertexFromJson(com.fasterxml.jackson.databind.JsonNode json,
ElementFactory factory,
GraphSONMode mode,
Set<String> propertyKeys)
Reads an individual Vertex from JSON.
|
static Vertex |
GraphSONUtility.vertexFromJson(org.codehaus.jettison.json.JSONObject json,
ElementFactory factory,
GraphSONMode mode,
Set<String> propertyKeys)
Reads an individual Vertex from JSON.
|
static Vertex |
GraphSONUtility.vertexFromJson(String json,
ElementFactory factory,
GraphSONMode mode,
Set<String> propertyKeys)
Reads an individual Vertex from JSON.
|
| Constructor and Description |
|---|
GraphSONUtility(GraphSONMode mode,
ElementFactory factory)
A GraphSONUtiltiy that includes all properties of vertices and edges.
|
GraphSONUtility(GraphSONMode mode,
ElementFactory factory,
ElementPropertyConfig config) |
GraphSONUtility(GraphSONMode mode,
ElementFactory factory,
Set<String> vertexPropertyKeys,
Set<String> edgePropertyKeys)
A GraphSONUtility that includes the specified properties.
|
Copyright © 2010-2014. All Rights Reserved.