Uses of Class
io.serverlessworkflow.api.workflow.Constants
-
Packages that use Constants Package Description io.serverlessworkflow.api io.serverlessworkflow.api.deserializers -
-
Uses of Constants in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return Constants Modifier and Type Method Description ConstantsWorkflow. getConstants()Workflow constants definitionsMethods in io.serverlessworkflow.api with parameters of type Constants Modifier and Type Method Description voidWorkflow. setConstants(Constants constants)Workflow constants definitionsWorkflowWorkflow. withConstants(Constants constants) -
Uses of Constants in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Constants Modifier and Type Method Description ConstantsConstantsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-