Uses of Class
org.apache.tinkerpop.gremlin.structure.io.pdt.CompositePDT
Packages that use CompositePDT
Package
Description
-
Uses of CompositePDT in org.apache.tinkerpop.gremlin.structure.io.binary.types
Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types that return CompositePDTModifier and TypeMethodDescriptionprotected CompositePDTCompositePDTSerializer.readValue(Buffer buffer, GraphBinaryReader context) Methods in org.apache.tinkerpop.gremlin.structure.io.binary.types with parameters of type CompositePDTModifier and TypeMethodDescriptionprotected voidCompositePDTSerializer.writeValue(CompositePDT value, Buffer buffer, GraphBinaryWriter context) -
Uses of CompositePDT in org.apache.tinkerpop.gremlin.structure.io.pdt
Methods in org.apache.tinkerpop.gremlin.structure.io.pdt that return CompositePDTModifier and TypeMethodDescriptionstatic CompositePDTCreates aCompositePDTfrom an object annotated withProviderDefined.CompositePDT.withHydrated(Object hydrated) Returns a copy of this PDT with the hydrated object attached.Methods in org.apache.tinkerpop.gremlin.structure.io.pdt with parameters of type CompositePDTModifier and TypeMethodDescriptionPDTRegistry.hydrate(CompositePDT pdt) Attempts to hydrate aCompositePDTinto a typed object using a registered adapter.