Package org.neo4j.cypherdsl.core
Class Properties
- java.lang.Object
-
- org.neo4j.cypherdsl.core.Properties
-
- All Implemented Interfaces:
Visitable
@API(status=EXPERIMENTAL, since="1.0") public final class Properties extends java.lang.Object implements VisitableRepresents the properties of anodeor arelationshipwhen used as part of the whole pattern (inside aMATCH,CREATEorMERGEclause as{p1: v1, p2: v2, pn: vn}.- Since:
- 1.0
- Author:
- Michael J. Simons
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)static Propertiescreate(MapExpression expression)Wraps an expression into aPropertiesnode.
-
-
-
Method Detail
-
create
public static Properties create(MapExpression expression)
Wraps an expression into aPropertiesnode.- Parameters:
expression- Nullable expression- Returns:
- A properties expression
-
-