Class SpelRootObject


  • public class SpelRootObject
    extends java.lang.Object
    SpEL #root class
    • Constructor Summary

      Constructors 
      Constructor Description
      SpelRootObject​(java.lang.reflect.Method method, java.lang.Object[] args)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object[] getArgs()  
      java.lang.String getMethodName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpelRootObject

        public SpelRootObject​(java.lang.reflect.Method method,
                              java.lang.Object[] args)
    • Method Detail

      • getMethodName

        public java.lang.String getMethodName()
      • getArgs

        public java.lang.Object[] getArgs()