Uses of Class
io.serverlessworkflow.api.datainputschema.DataInputSchema
-
Packages that use DataInputSchema Package Description io.serverlessworkflow.api io.serverlessworkflow.api.datainputschema io.serverlessworkflow.api.deserializers -
-
Uses of DataInputSchema in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return DataInputSchema Modifier and Type Method Description DataInputSchema
Workflow. getDataInputSchema()
Workflow data input schemaMethods in io.serverlessworkflow.api with parameters of type DataInputSchema Modifier and Type Method Description void
Workflow. setDataInputSchema(DataInputSchema dataInputSchema)
Workflow data input schemaWorkflow
Workflow. withDataInputSchema(DataInputSchema dataInputSchema)
-
Uses of DataInputSchema in io.serverlessworkflow.api.datainputschema
Methods in io.serverlessworkflow.api.datainputschema that return DataInputSchema Modifier and Type Method Description DataInputSchema
DataInputSchema. withFailOnValidationErrors(boolean failOnValidationErrors)
DataInputSchema
DataInputSchema. withSchema(String schema)
-
Uses of DataInputSchema in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return DataInputSchema Modifier and Type Method Description DataInputSchema
DataInputSchemaDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-