Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.graphson |
Modifier and Type | Method and Description |
---|---|
GraphSONVersion |
GraphSONMapper.getVersion() |
static GraphSONVersion |
GraphSONVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphSONVersion[] |
GraphSONVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Io.Builder<GraphSONIo> |
GraphSONIo.build(GraphSONVersion version)
Create a new builder using the specified version of GraphSON.
|
GraphSONMapper.Builder |
GraphSONMapper.Builder.version(GraphSONVersion version)
Set the version of GraphSON to use.
|
Constructor and Description |
---|
GraphSONTypeResolverBuilder(GraphSONVersion version) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.