Uses of Class
org.neo4j.cypherdsl.core.MapProjection
Packages that use MapProjection
-
Uses of MapProjection in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return MapProjectionModifier and TypeMethodDescription@NotNull MapProjectionAdds additional content.static MapProjectionMapProjection.create(SymbolicName name, Object... content) Create a new map projection with the given, mixed contentstatic MapProjectionCypher.createProjection(SymbolicName name, Object... content) Create a new map projection with the given, mixed content@NotNull MapProjectionCreates a map projection based on this container.@NotNull MapProjectionUnwraps the list of entries into an array before creating a projection out of it.@NotNull MapProjectionCreates a map projection based on this node.@NotNull MapProjectionA list will never be a valid entry for a map projection, so this convenient method prevents trying to create one from a list of objects.static MapProjectionMapProjection.sorted(SymbolicName name, Object... content) Create a new map projection with the given, mixed content