Uses of Enum Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion
Packages that use GraphSONVersion
-
Uses of GraphSONVersion in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return GraphSONVersionModifier and TypeMethodDescriptionGraphSONMapper.getVersion()static GraphSONVersionReturns the enum constant of this class with the specified name.static GraphSONVersion[]GraphSONVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type GraphSONVersionModifier and TypeMethodDescriptionstatic Io.Builder<GraphSONIo>GraphSONIo.build(GraphSONVersion version) Create a new builder using the specified version of GraphSON.GraphSONMapper.Builder.version(GraphSONVersion version) Set the version of GraphSON to use.Constructors in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type GraphSONVersion