Uses of Class
io.serverlessworkflow.api.functions.FunctionRef
-
Packages that use FunctionRef Package Description io.serverlessworkflow.api.actions io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.functions io.serverlessworkflow.api.serializers -
-
Uses of FunctionRef in io.serverlessworkflow.api.actions
Methods in io.serverlessworkflow.api.actions that return FunctionRef Modifier and Type Method Description FunctionRef
Action. getFunctionRef()
Methods in io.serverlessworkflow.api.actions with parameters of type FunctionRef Modifier and Type Method Description void
Action. setFunctionRef(FunctionRef functionRef)
Action
Action. withFunctionRef(FunctionRef functionRef)
-
Uses of FunctionRef in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return FunctionRef Modifier and Type Method Description FunctionRef
FunctionRefDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of FunctionRef in io.serverlessworkflow.api.functions
Methods in io.serverlessworkflow.api.functions that return FunctionRef Modifier and Type Method 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)
-
Uses of FunctionRef in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type FunctionRef Modifier and Type Method Description void
FunctionRefSerializer. serialize(FunctionRef functionRef, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type FunctionRef Constructor Description FunctionRefSerializer(Class<FunctionRef> t)
-