Uses of Interface
org.neo4j.driver.types.MapAccessor
Packages that use MapAccessor
Package
Description
-
Uses of MapAccessor in org.neo4j.driver
Subinterfaces of MapAccessor in org.neo4j.driver -
Uses of MapAccessor in org.neo4j.driver.internal.types
Classes in org.neo4j.driver.internal.types that implement MapAccessor -
Uses of MapAccessor in org.neo4j.driver.internal.util
Methods in org.neo4j.driver.internal.util with parameters of type MapAccessorModifier and TypeMethodDescriptionExtract.properties
(MapAccessor map, Function<Value, V> mapFunction) -
Uses of MapAccessor in org.neo4j.driver.internal.value
Subinterfaces of MapAccessor in org.neo4j.driver.internal.valueClasses in org.neo4j.driver.internal.value that implement MapAccessorModifier and TypeClassDescriptionclass
class
class
class
class
class
EntityValueAdapter<V extends Entity>
class
class
class
class
class
class
class
final class
class
NumberValueAdapter<V extends Number>
class
class
class
class
class
class
class
class
-
Uses of MapAccessor in org.neo4j.driver.types
Subinterfaces of MapAccessor in org.neo4j.driver.typesModifier and TypeInterfaceDescriptioninterface
A uniquely identifiable property container that can form part of a Neo4j graph.interface
Provides methods to access the value of an underlying unordered map by key.interface
The Node interface describes the characteristics of a node from a Neo4j graph.interface
The Relationship interface describes the characteristics of a relationship from a Neo4j graph.