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> TMaps values of this record to properties of the given type providing that is it supported.default <T> TMaps this value to the given type providing that is it supported.Config.observationProvider()Returns theObservationProviderif it is configured.static ValueConfig.ConfigBuilder.withObservationProvider(ObservationProvider observationProvider) Sets theObservationProviderthat 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@interfaceDefines 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 TypeInterfaceDescriptioninterfaceAn observation provider that is used by the driver to manage observations.