Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.TypeInfo
-
Packages that use TypeInfo Package Description org.apache.tinkerpop.gremlin.structure.io.graphson -
-
Uses of TypeInfo in org.apache.tinkerpop.gremlin.structure.io.graphson
Fields in org.apache.tinkerpop.gremlin.structure.io.graphson declared as TypeInfo Modifier and Type Field Description protected TypeInfoAbstractGraphSONTypeSerializer. typeInfoMethods in org.apache.tinkerpop.gremlin.structure.io.graphson that return TypeInfo Modifier and Type Method Description TypeInfoGraphSONMapper. getTypeInfo()static TypeInfoTypeInfo. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeInfo[]TypeInfo. 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 TypeInfo Modifier and Type Method Description GraphSONMapper.BuilderGraphSONMapper.Builder. typeInfo(TypeInfo typeInfo)Specify if the values are going to be typed or not, and at which level.GraphSONTypeResolverBuilderGraphSONTypeResolverBuilder. typesEmbedding(TypeInfo typeInfo)
-