Uses of Class
io.serverlessworkflow.api.functions.FunctionDefinition.Type
-
Packages that use FunctionDefinition.Type Package Description io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.functions -
-
Uses of FunctionDefinition.Type in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return FunctionDefinition.Type Modifier and Type Method Description FunctionDefinition.TypeFunctionDefinitionTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of FunctionDefinition.Type in io.serverlessworkflow.api.functions
Methods in io.serverlessworkflow.api.functions that return FunctionDefinition.Type Modifier and Type Method Description static FunctionDefinition.TypeFunctionDefinition.Type. fromValue(String value)FunctionDefinition.TypeFunctionDefinition. getType()Defines the function type.static FunctionDefinition.TypeFunctionDefinition.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionDefinition.Type[]FunctionDefinition.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.serverlessworkflow.api.functions with parameters of type FunctionDefinition.Type Modifier and Type Method Description voidFunctionDefinition. setType(FunctionDefinition.Type type)Defines the function type.FunctionDefinitionFunctionDefinition. withType(FunctionDefinition.Type type)
-