| Package | Description |
|---|---|
| com.tinkerpop.blueprints.util.io.graphson |
| Modifier and Type | Field and Description |
|---|---|
static ElementPropertyConfig |
ElementPropertyConfig.AllProperties
A configuration that includes all properties of vertices and edges.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementPropertyConfig |
ElementPropertyConfig.excludeProperties(Set<String> vertexPropertyKeys,
Set<String> edgePropertyKeys)
Construct a configuration that excludes the specified properties from both vertices and edges.
|
static ElementPropertyConfig |
ElementPropertyConfig.excludeProperties(Set<String> vertexPropertyKeys,
Set<String> edgePropertyKeys,
boolean normalized) |
static ElementPropertyConfig |
ElementPropertyConfig.includeProperties(Set<String> vertexPropertyKeys,
Set<String> edgePropertyKeys)
Construct a configuration that includes the specified properties from both vertices and edges.
|
static ElementPropertyConfig |
ElementPropertyConfig.includeProperties(Set<String> vertexPropertyKeys,
Set<String> edgePropertyKeys,
boolean normalized) |
| Constructor and Description |
|---|
GraphSONUtility(GraphSONMode mode,
ElementFactory factory,
ElementPropertyConfig config) |
Copyright © 2010-2014. All Rights Reserved.