Uses of Class
org.apache.tinkerpop.gremlin.structure.io.pdt.PrimitivePDT
Packages that use PrimitivePDT
Package
Description
-
Uses of PrimitivePDT in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return PrimitivePDTModifier and TypeMethodDescriptionprotected PrimitivePDTPrimitivePDTSerializer.readValue(Buffer buffer, GraphBinaryReader context) Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type PrimitivePDTModifier and TypeMethodDescriptionprotected voidPrimitivePDTSerializer.writeValue(PrimitivePDT value, Buffer buffer, GraphBinaryWriter context) -
Uses of PrimitivePDT in org.apache.tinkerpop.gremlin.structure.io.pdt
Methods in org.apache.tinkerpop.gremlin.structure.io.pdt that return PrimitivePDTModifier and TypeMethodDescriptionPrimitivePDT.withHydrated(Object hydrated) Returns a copy of this primitive PDT with the hydrated object attached.Methods in org.apache.tinkerpop.gremlin.structure.io.pdt with parameters of type PrimitivePDTModifier and TypeMethodDescriptionPDTRegistry.hydratePrimitive(PrimitivePDT pdt) Attempts to hydrate aPrimitivePDTinto a typed object using a registeredPrimitivePDTAdapter.