| Package | Description |
|---|---|
| org.mule.extension.validation.api | |
| org.mule.extension.validation.internal |
| Modifier and Type | Method and Description |
|---|---|
static MultipleValidationException |
MultipleValidationException.of(List<org.mule.runtime.api.message.Error> errors) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationStrategies.all(org.mule.runtime.extension.api.runtime.route.Chain validations,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback)
Perform a list of nested validation operations and informs only one
VALIDATION:MULTIPLE error which summarizes all of
the found errors (if any). |
void |
ValidationStrategies.any(org.mule.runtime.extension.api.runtime.route.Chain validations,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Void,Void> callback)
Perform a list of nested validation operations and informs only one
VALIDATION:MULTIPLE error which summarizes all of
the found errors (if all failed). |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.