Uses of Class
org.neo4j.cypherdsl.core.MapProjection
-
Packages that use MapProjection Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of MapProjection in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return MapProjection Modifier and Type Method Description MapProjectionMapProjection. and(java.lang.Object... content)Adds additional content.MapProjectionPropertyContainer. project(java.lang.Object... entries)Creates a map projection based on this container.MapProjectionPropertyContainer. project(java.util.List<java.lang.Object> entries)Unwraps the list of entries into an array before creating a projection out of it.MapProjectionSymbolicName. project(java.lang.Object... entries)Creates a map projection based on this node.MapProjectionSymbolicName. project(java.util.List<java.lang.Object> entries)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.
-