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 TypeMethodDescriptionAdds additional content.static MapProjectionMapProjection.create(SymbolicName name, Object... content) Create a new map projection with the given, mixed content.static MapProjectionCypher.createProjection(SymbolicName name, Object... content) Create a new map projection with the given, mixed content.Creates a map projection based on this container.Unwraps the list of entries into an array before creating a projection out of it.Creates a map projection based on this node.A 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.