Uses of Enum Class
org.neo4j.driver.internal.types.TypeConstructor
Packages that use TypeConstructor
Package
Description
-
Uses of TypeConstructor in org.neo4j.driver.internal.messaging.common
Methods in org.neo4j.driver.internal.messaging.common with parameters of type TypeConstructorModifier and TypeMethodDescriptionprotected final voidCommonValueUnpacker.ensureCorrectStructSize(TypeConstructor typeConstructor, int expected, long actual) -
Uses of TypeConstructor in org.neo4j.driver.internal.types
Methods in org.neo4j.driver.internal.types that return TypeConstructorModifier and TypeMethodDescriptionTypeRepresentation.constructor()static TypeConstructorReturns the enum constant of this class with the specified name.static TypeConstructor[]TypeConstructor.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.neo4j.driver.internal.types with parameters of type TypeConstructor -
Uses of TypeConstructor in org.neo4j.driver.internal.value
Methods in org.neo4j.driver.internal.value that return TypeConstructorModifier and TypeMethodDescriptionInternalValue.typeConstructor()final TypeConstructorValueAdapter.typeConstructor()