Class Constants
- java.lang.Object
-
- io.serverlessworkflow.api.workflow.Constants
-
public class Constants extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodegetConstantsDef()StringgetRefValue()voidsetConstantsDef(com.fasterxml.jackson.databind.JsonNode constantsDef)voidsetRefValue(String refValue)
-
-
-
Constructor Detail
-
Constants
public Constants()
-
Constants
public Constants(String refValue)
-
Constants
public Constants(com.fasterxml.jackson.databind.JsonNode constantsDef)
-
-