| Package | Description |
|---|---|
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.functions |
| Modifier and Type | Method and Description |
|---|---|
FunctionDefinition.Type |
FunctionDefinitionTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static FunctionDefinition.Type |
FunctionDefinition.Type.fromValue(String value) |
FunctionDefinition.Type |
FunctionDefinition.getType()
Defines the function type.
|
static FunctionDefinition.Type |
FunctionDefinition.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionDefinition.setType(FunctionDefinition.Type type)
Defines the function type.
|
FunctionDefinition |
FunctionDefinition.withType(FunctionDefinition.Type type) |
Copyright © 2020–2023 CNCF. All rights reserved.