Uses of Annotation Interface
org.neo4j.driver.util.Preview
Packages that use Preview
Package
Description
-
Uses of Preview in org.neo4j.driver
Methods in org.neo4j.driver with annotations of type PreviewModifier and TypeMethodDescriptiondefault <T> T
Maps values of this record to properties of the given type providing that is it supported.default <T> T
Maps this value to the given type providing that is it supported.Value.asVector()
Returns the value as anVector
, if possible.Config.observationProvider()
Returns theObservationProvider
if it is configured.static Value
static Value
Values.vector
(byte[] elements) Returns Neo4j Vector that holds a sequence ofbyte
values.static Value
Values.vector
(double[] elements) Returns Neo4j Vector that holds a sequence ofdouble
values.static Value
Values.vector
(float[] elements) Returns Neo4j Vector that holds a sequence offloat
values.static Value
Values.vector
(int[] elements) Returns Neo4j Vector that holds a sequence ofint
values.static Value
Values.vector
(long[] elements) Returns Neo4j Vector that holds a sequence oflong
values.static Value
Values.vector
(short[] elements) Returns Neo4j Vector that holds a sequence ofshort
values.Config.ConfigBuilder.withObservationProvider
(ObservationProvider observationProvider) Sets theObservationProvider
that the driver should use. -
Uses of Preview in org.neo4j.driver.exceptions.value
Constructors in org.neo4j.driver.exceptions.value with annotations of type PreviewModifierConstructorDescriptionValueException
(String message, Throwable cause) Creates a new instance. -
Uses of Preview in org.neo4j.driver.mapping
Classes in org.neo4j.driver.mapping with annotations of type Preview -
Uses of Preview in org.neo4j.driver.observation
Classes in org.neo4j.driver.observation with annotations of type PreviewModifier and TypeInterfaceDescriptioninterface
An observation provider that is used by the driver to manage observations. -
Uses of Preview in org.neo4j.driver.types
Classes in org.neo4j.driver.types with annotations of type PreviewModifier and TypeInterfaceDescriptioninterface
Represents Neo4j Vector type that holds a sequence offloat
values.interface
Represents Neo4j Vector type that holds a sequence ofdouble
values.interface
Represents Neo4j Vector type that holds a sequence ofshort
values.interface
Represents Neo4j Vector type that holds a sequence ofint
values.interface
Represents Neo4j Vector type that holds a sequence oflong
values.interface
Represents Neo4j Vector type that holds a sequence ofbyte
values.interface
Represents Neo4j Vector type.Methods in org.neo4j.driver.types with annotations of type Preview