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 Constants
Workflow. getConstants()
Workflow constants definitionsMethods in io.serverlessworkflow.api with parameters of type Constants Modifier and Type Method Description void
Workflow. setConstants(Constants constants)
Workflow constants definitionsWorkflow
Workflow. 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 Constants
ConstantsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-