Uses of Enum Class
org.neo4j.driver.internal.types.TypeConstructor
Packages that use TypeConstructor
-
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()