Class SpelRootObject

java.lang.Object
io.github.resilience4j.spelresolver.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

    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 Details

    • SpelRootObject

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

    • getMethodName

      public java.lang.String getMethodName()
    • getArgs

      public java.lang.Object[] getArgs()