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 FunctionsWorkflow. getFunctions()Workflow function definitionsMethods in io.serverlessworkflow.api with parameters of type Functions Modifier and Type Method Description voidWorkflow. setFunctions(Functions functions)Workflow function definitionsWorkflowWorkflow. 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 FunctionsFunctionsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-