Class DefaultExtendedState
java.lang.Object
org.springframework.statemachine.support.DefaultExtendedState
- All Implemented Interfaces:
 ExtendedState
Default implementation of a 
ExtendedState.- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.statemachine.ExtendedState
ExtendedState.ExtendedStateChangeListener - 
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new default extended state.DefaultExtendedState(Map<Object, Object> variables) Instantiates a new default extended state. - 
Method Summary
 
- 
Constructor Details
- 
DefaultExtendedState
public DefaultExtendedState()Instantiates a new default extended state. - 
DefaultExtendedState
Instantiates a new default extended state.- Parameters:
 variables- the variables
 
 - 
 - 
Method Details
- 
getVariables
Description copied from interface:ExtendedStateGets the extended state variables.- Specified by:
 getVariablesin interfaceExtendedState- Returns:
 - the extended state variables
 
 - 
get
Description copied from interface:ExtendedStateGets a variable which is automatically casted into a type.- Specified by:
 getin interfaceExtendedState- Type Parameters:
 T- the return type- Parameters:
 key- the variable keytype- the variable type- Returns:
 - the variable
 
 - 
setExtendedStateChangeListener
Description copied from interface:ExtendedStateSets the extended state change listener.- Specified by:
 setExtendedStateChangeListenerin interfaceExtendedState- Parameters:
 listener- the new extended state change listener
 - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -