| Package | Description |
|---|---|
| org.mule.runtime.api.el |
| Modifier and Type | Method and Description |
|---|---|
List<ValidationMessage> |
ValidationResult.messages() |
List<ValidationMessage> |
DefaultValidationResult.messages() |
| Modifier and Type | Method and Description |
|---|---|
static ValidationResult |
ValidationResult.failure(String message,
List<ValidationMessage> messages) |
| Constructor and Description |
|---|
DefaultValidationResult(boolean result,
String errorMessage,
List<ValidationMessage> messages) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.