| Package | Description |
|---|---|
| io.serverlessworkflow.api.actions | |
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.functions | |
| io.serverlessworkflow.api.serializers |
| Modifier and Type | Method and Description |
|---|---|
FunctionRef |
Action.getFunctionRef() |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setFunctionRef(FunctionRef functionRef) |
Action |
Action.withFunctionRef(FunctionRef functionRef) |
| Modifier and Type | Method and Description |
|---|---|
FunctionRef |
FunctionRefDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
FunctionRef |
FunctionRef.withArguments(com.fasterxml.jackson.databind.JsonNode arguments) |
FunctionRef |
FunctionRef.withInvoke(FunctionRef.Invoke invoke) |
FunctionRef |
FunctionRef.withRefName(String refName) |
FunctionRef |
FunctionRef.withSelectionSet(String selectionSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionRefSerializer.serialize(FunctionRef functionRef,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Constructor and Description |
|---|
FunctionRefSerializer(Class<FunctionRef> t) |
Copyright © 2020–2023 CNCF. All rights reserved.