Uses of Class
org.apache.tinkerpop.gremlin.structure.io.binary.DataType
-
Packages that use DataType Package Description org.apache.tinkerpop.gremlin.structure.io.binary org.apache.tinkerpop.gremlin.structure.io.binary.types -
-
Uses of DataType in org.apache.tinkerpop.gremlin.structure.io.binary
Methods in org.apache.tinkerpop.gremlin.structure.io.binary that return DataType Modifier and Type Method Description static DataTypeDataType. get(int code)Gets a DataType by code.DataTypeTypeSerializer. getDataType()Gets theDataTypethat is represented by the givenTypeSerializer.static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. 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.binary with parameters of type DataType Modifier and Type Method Description <DT> TypeSerializer<DT>TypeSerializerRegistry. getSerializer(DataType dataType) -
Uses of DataType in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return DataType Modifier and Type Method Description DataTypeSimpleTypeSerializer. getDataType()Constructors in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type DataType Constructor Description PSerializer(DataType typeOfP, Class<T> classOfP)SimpleTypeSerializer(DataType dataType)
-