Class StateMachineMethodInvokerHelper.ParametersWrapper<SS,EE>

java.lang.Object
org.springframework.statemachine.processor.StateMachineMethodInvokerHelper.ParametersWrapper<SS,EE>
Enclosing class:
StateMachineMethodInvokerHelper<T,S,E>

public static class StateMachineMethodInvokerHelper.ParametersWrapper<SS,EE> extends Object
Wrapping everything we need to work with spel.
  • Constructor Details

    • ParametersWrapper

      public ParametersWrapper(StateContext<SS,EE> stateContext)
  • Method Details

    • getStateContext

      public StateContext<SS,EE> getStateContext()
    • getHeader

      public static Object getHeader(Map<?,?> headers, String header)
    • getHeaders

      public Map<String,?> getHeaders()
    • getExtendedState

      public ExtendedState getExtendedState()
    • getVariables

      public Map<Object,Object> getVariables()
    • getStateMachine

      public StateMachine<SS,EE> getStateMachine()
    • getMessage

      public org.springframework.messaging.Message<EE> getMessage()
    • getException

      public Exception getException()