Uses of Interface
io.serverlessworkflow.api.interfaces.WorkflowPropertySource
-
Packages that use WorkflowPropertySource Package Description io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.mapper -
-
Uses of WorkflowPropertySource in io.serverlessworkflow.api.deserializers
Constructors in io.serverlessworkflow.api.deserializers with parameters of type WorkflowPropertySource Constructor Description DefaultStateTypeDeserializer(WorkflowPropertySource context)
EndDefinitionDeserializer(WorkflowPropertySource context)
EventDefinitionKindDeserializer(WorkflowPropertySource context)
EventsDeserializer(WorkflowPropertySource context)
ExtensionDeserializer(WorkflowPropertySource context)
FunctionsDeserializer(WorkflowPropertySource context)
OnEventsActionModeDeserializer(WorkflowPropertySource context)
OperationStateActionModeDeserializer(WorkflowPropertySource context)
ParallelStateCompletionTypeDeserializer(WorkflowPropertySource context)
RetriesDeserializer(WorkflowPropertySource context)
ScheduleDirectInvokeDeserializer(WorkflowPropertySource context)
StartDefinitionDeserializer(WorkflowPropertySource context)
StateDeserializer(WorkflowPropertySource context)
StringValueDeserializer(WorkflowPropertySource context)
-
Uses of WorkflowPropertySource in io.serverlessworkflow.api.mapper
Constructors in io.serverlessworkflow.api.mapper with parameters of type WorkflowPropertySource Constructor Description BaseObjectMapper(com.fasterxml.jackson.core.JsonFactory factory, WorkflowPropertySource workflowPropertySource)
JsonObjectMapper(WorkflowPropertySource context)
WorkflowModule(WorkflowPropertySource workflowPropertySource)
YamlObjectMapper(WorkflowPropertySource context)
-