@NoImplement
public interface ValidationResultItem
| Modifier and Type | Method and Description |
|---|---|
static ValidationResultItem |
create(ComponentAst component,
ComponentParameterAst parameter,
Validation validation,
String message) |
static ValidationResultItem |
create(ComponentAst component,
List<ComponentParameterAst> parameters,
Validation validation,
String message) |
static ValidationResultItem |
create(ComponentAst component,
Validation validation,
String message) |
static ValidationResultItem |
create(List<ComponentAst> components,
List<ComponentParameterAst> parameters,
Validation validation,
String message) |
static ValidationResultItem |
create(List<ComponentAst> components,
Validation validation,
String message) |
List<ComponentAst> |
getComponents() |
String |
getMessage() |
List<ComponentParameterAst> |
getParameters() |
Validation |
getValidation() |
static ValidationResultItem create(ComponentAst component, Validation validation, String message)
component - the component this validation result applies to.validation - the validation that failed.message - the message explaining the reason of the validation failure.static ValidationResultItem create(ComponentAst component, ComponentParameterAst parameter, Validation validation, String message)
component - the component this validation result applies to.parameter - the parameter form the component this validation result applies to.validation - the validation that failed.message - the message explaining the reason of the validation failure.static ValidationResultItem create(ComponentAst component, List<ComponentParameterAst> parameters, Validation validation, String message)
component - the component this validation result applies to.parameters - the parameters form the component this validation result applies to.validation - the validation that failed.message - the message explaining the reason of the validation failure.static ValidationResultItem create(List<ComponentAst> components, Validation validation, String message)
components - the components this validation result applies to.validation - the validation that failed.message - the message explaining the reason of the validation failure.static ValidationResultItem create(List<ComponentAst> components, List<ComponentParameterAst> parameters, Validation validation, String message)
components - the components this validation result applies to.parameters - the parameters form the components this validation result applies to.validation - the validation that failed.message - the message explaining the reason of the validation failure.List<ComponentAst> getComponents()
List<ComponentParameterAst> getParameters()
Validation getValidation()
String getMessage()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.