org.springframework.data.mongodb.core.spel
Class MethodReferenceNode
java.lang.Object
org.springframework.data.mongodb.core.spel.ExpressionNode
org.springframework.data.mongodb.core.spel.MethodReferenceNode
- All Implemented Interfaces:
- Iterable<ExpressionNode>
public class MethodReferenceNode
- extends ExpressionNode
An ExpressionNode representing a method reference.
- Author:
- Oliver Gierke, Thomas Darimont
| Methods inherited from class org.springframework.data.mongodb.core.spel.ExpressionNode |
from, from, getChild, getName, getValue, hasChildren, hasfirstChildNotOfType, isLiteral, isMathematicalOperation, isOfType, iterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getMethodName
public String getMethodName()
- Returns the name of the method.
- Returns:
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.