Uses of Class
io.serverlessworkflow.api.workflow.Functions
-
Packages that use Functions Package Description io.serverlessworkflow.api io.serverlessworkflow.api.deserializers -
-
Uses of Functions in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return Functions Modifier and Type Method Description Functions
Workflow. getFunctions()
Workflow function definitionsMethods in io.serverlessworkflow.api with parameters of type Functions Modifier and Type Method Description void
Workflow. setFunctions(Functions functions)
Workflow function definitionsWorkflow
Workflow. withFunctions(Functions functions)
-
Uses of Functions in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Functions Modifier and Type Method Description Functions
FunctionsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-