Spring Data MongoDB - Core

org.springframework.data.mongodb.core.spel
Class MethodReferenceNode

java.lang.Object
  extended by org.springframework.data.mongodb.core.spel.ExpressionNode
      extended by 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

Method Summary
 String getMethodName()
          Returns the name of the method.
 
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
 

Method Detail

getMethodName

public String getMethodName()
Returns the name of the method.

Returns:

Spring Data MongoDB - Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.