Uses of Interface
org.neo4j.cypherdsl.core.Literal
Packages that use Literal
-
Uses of Literal in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core that implement LiteralModifier and TypeClassDescriptionfinal classThe*.final classThe boolean literal.final classA list of literals.final classA map of literals.final classRepresents the literal value null.final classfinal classThe string representation of a string literal will be a quoted Cypher string in single tickmarks with escaped reserved characters.final classA literal representing a temporal value to be formatted in a way that Neo4j's Cypher understands it.Methods in org.neo4j.cypherdsl.core that return LiteralModifier and TypeMethodDescriptionCypher.literalFalse()Cypher.literalNull()static <T> @NotNull Literal<T>Creates a newLiteral<?>from the givenobject.Cypher.literalTrue()Methods in org.neo4j.cypherdsl.core that return types with arguments of type Literal