Class NotOperatorNode
java.lang.Object
org.springframework.data.mongodb.core.spel.ExpressionNode
org.springframework.data.mongodb.core.spel.NotOperatorNode
- All Implemented Interfaces:
Iterable<ExpressionNode>
- Since:
- 1.10
- Author:
- Christoph Strobl
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.data.mongodb.core.spel.ExpressionNode
from, from, getChild, getName, getValue, hasChildren, hasfirstChildNotOfType, isLiteral, isLogicalOperator, isMathematicalOperation, isOfType, iterator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
NotOperatorNode
- Parameters:
node
- must not be null.state
- must not be null.
-
-
Method Details
-
getMongoOperator
-