Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONVersion
- 
Packages that use GraphSONVersion Package Description org.apache.tinkerpop.gremlin.structure.io.graphson 
- 
- 
Uses of GraphSONVersion in org.apache.tinkerpop.gremlin.structure.io.graphsonMethods in org.apache.tinkerpop.gremlin.structure.io.graphson that return GraphSONVersion Modifier and Type Method Description GraphSONVersionGraphSONMapper. getVersion()static GraphSONVersionGraphSONVersion. 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.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type GraphSONVersion Modifier and Type Method Description static Io.Builder<GraphSONIo>GraphSONIo. build(GraphSONVersion version)Create a new builder using the specified version of GraphSON.GraphSONMapper.BuilderGraphSONMapper.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 Constructor Description GraphSONTypeResolverBuilder(GraphSONVersion version)
 
-