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 ExpressionNode
from, from, getChild, getName, getValue, hasChildren, hasfirstChildNotOfType, isLiteral, isLogicalOperator, isMathematicalOperation, isOfType, iteratorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliterator
-
Constructor Details
-
NotOperatorNode
- Parameters:
node- must not be null.state- must not be null.
-
-
Method Details
-
getMongoOperator
-