| Package | Description |
|---|---|
| io.serverlessworkflow.api | |
| io.serverlessworkflow.api.datainputschema | |
| io.serverlessworkflow.api.deserializers |
| Modifier and Type | Method and Description |
|---|---|
DataInputSchema |
Workflow.getDataInputSchema()
Workflow data input schema
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workflow.setDataInputSchema(DataInputSchema dataInputSchema)
Workflow data input schema
|
Workflow |
Workflow.withDataInputSchema(DataInputSchema dataInputSchema) |
| Modifier and Type | Method and Description |
|---|---|
DataInputSchema |
DataInputSchema.withFailOnValidationErrors(boolean failOnValidationErrors) |
DataInputSchema |
DataInputSchema.withSchema(String schema) |
| Modifier and Type | Method and Description |
|---|---|
DataInputSchema |
DataInputSchemaDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2020–2023 CNCF. All rights reserved.