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 TypeClassDescriptionclassclassclassclassclassclassEntityValueAdapter<V extends Entity>classclassclassclassclassclassclassfinal classclassNumberValueAdapter<V extends Number>classclassclassclassclassclassclassclass -
Uses of MapAccessor in org.neo4j.driver.types
Subinterfaces of MapAccessor in org.neo4j.driver.typesModifier and TypeInterfaceDescriptioninterfaceA uniquely identifiable property container that can form part of a Neo4j graph.interfaceProvides methods to access the value of an underlying unordered map by key.interfaceThe Node interface describes the characteristics of a node from a Neo4j graph.interfaceThe Relationship interface describes the characteristics of a relationship from a Neo4j graph.