Uses of Class
io.serverlessworkflow.api.states.SwitchState
-
Packages that use SwitchState Package Description io.serverlessworkflow.api.serializers io.serverlessworkflow.api.states -
-
Uses of SwitchState in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type SwitchState Modifier and Type Method Description void
SwitchStateSerializer. serialize(SwitchState switchState, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type SwitchState Constructor Description SwitchStateSerializer(Class<SwitchState> t)
-
Uses of SwitchState in io.serverlessworkflow.api.states
-