Module spring.data.mongodb
Class MethodReferenceNode
java.lang.Object
org.springframework.data.mongodb.core.spel.ExpressionNode
org.springframework.data.mongodb.core.spel.MethodReferenceNode
- All Implemented Interfaces:
Iterable<ExpressionNode>
An
ExpressionNode representing a method reference.- Author:
- Oliver Gierke, Thomas Darimont, Sebastien Gerard, Christoph Strobl, Mark Paluch, Julia Lee
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Method Summary
Methods inherited from class org.springframework.data.mongodb.core.spel.ExpressionNode
from, from, getChild, getName, getValue, hasChildren, hasfirstChildNotOfType, isLiteral, isLogicalOperator, isMathematicalOperation, isOfType, iteratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
getMethodReference
Return theMethodReferenceNode.AggregationMethodReference.- Returns:
- can be null.
- Since:
- 1.10
-