Class NotOperatorNode

java.lang.Object
org.springframework.data.mongodb.core.spel.ExpressionNode
org.springframework.data.mongodb.core.spel.NotOperatorNode
All Implemented Interfaces:
Iterable<ExpressionNode>

public class NotOperatorNode extends ExpressionNode
Since:
1.10
Author:
Christoph Strobl
  • Constructor Details

    • NotOperatorNode

      protected NotOperatorNode(org.springframework.expression.spel.ast.OperatorNot node, org.springframework.expression.spel.ExpressionState state)
      Creates a new ExpressionNode from the given OperatorNot and ExpressionState.
      Parameters:
      node - must not be null.
      state - must not be null.
  • Method Details

    • getMongoOperator

      public String getMongoOperator()