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 FunctionRefAction. getFunctionRef()Methods in io.serverlessworkflow.api.actions with parameters of type FunctionRef Modifier and Type Method Description voidAction. setFunctionRef(FunctionRef functionRef)ActionAction. 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 FunctionRefFunctionRefDeserializer. 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 FunctionRefFunctionRef. withArguments(com.fasterxml.jackson.databind.JsonNode arguments)FunctionRefFunctionRef. withInvoke(FunctionRef.Invoke invoke)FunctionRefFunctionRef. withRefName(String refName)FunctionRefFunctionRef. 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 voidFunctionRefSerializer. 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)
-