Uses of Interface
io.serverlessworkflow.api.interfaces.Extension
-
Packages that use Extension Package Description io.serverlessworkflow.api io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.serializers -
-
Uses of Extension in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return types with arguments of type Extension Modifier and Type Method Description List<Extension>Workflow. getExtensions()Workflow ExtensionsMethod parameters in io.serverlessworkflow.api with type arguments of type Extension Modifier and Type Method Description voidWorkflow. setExtensions(List<Extension> extensions)Workflow ExtensionsWorkflowWorkflow. withExtensions(List<Extension> extensions) -
Uses of Extension in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Extension Modifier and Type Method Description ExtensionExtensionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Method parameters in io.serverlessworkflow.api.deserializers with type arguments of type Extension Modifier and Type Method Description voidExtensionDeserializer. addExtension(String extensionId, Class<? extends Extension> extensionClass) -
Uses of Extension in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type Extension Modifier and Type Method Description voidExtensionSerializer. serialize(Extension extension, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)Method parameters in io.serverlessworkflow.api.serializers with type arguments of type Extension Modifier and Type Method Description voidExtensionSerializer. addExtension(String extensionId, Class<? extends Extension> extensionClass)Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type Extension Constructor Description ExtensionSerializer(Class<Extension> t)
-