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.Config.observationProvider()
Returns theObservationProvider
if it is configured.static Value
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 PreviewModifier and TypeClassDescription@interface
Defines property name that should be mapped to the annotated parameter. -
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.