Class Hierarchy
- java.lang.Object
- org.springframework.statemachine.support.AbstractExpressionEvaluator (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean)
- org.springframework.statemachine.processor.MethodInvokingStateMachineRuntimeProcessor<T,S,E> (implements org.springframework.statemachine.processor.StateMachineRuntimeProcessor<T,S,E>)
- org.springframework.statemachine.processor.StateMachineActivatorAnnotationPostProcessor<T> (implements org.springframework.statemachine.processor.MethodAnnotationPostProcessor<T>)
- org.springframework.statemachine.processor.StateMachineAnnotationPostProcessor (implements org.springframework.context.ApplicationListener<E>, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle)
- org.springframework.statemachine.processor.StateMachineHandler<T,S,E> (implements org.springframework.core.Ordered)
- org.springframework.statemachine.processor.StateMachineHandlerCallHelper<S,E> (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean)
- org.springframework.statemachine.processor.StateMachineMethodInvokerHelper.ParametersWrapper<SS,EE>