Class StatesData<S,E>
java.lang.Object
org.springframework.statemachine.config.model.StatesData<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
Data object used return and build data from a
StateConfigurer
.-
Constructor Summary
ConstructorDescriptionStatesData
(Collection<StateData<S, E>> stateData) Instantiates a new states data. -
Method Summary
-
Constructor Details
-
StatesData
Instantiates a new states data.- Parameters:
stateData
- the state data
-
-
Method Details
-
getStateData
Gets the state data.- Returns:
- the state data
-