@IgnoreOnLazyInit(forceDslDeclarationValidation=true) public class RequiredParametersPresent extends Object implements org.mule.runtime.ast.api.validation.Validation
| Constructor and Description |
|---|
RequiredParametersPresent() |
| Modifier and Type | Method and Description |
|---|---|
Predicate<List<org.mule.runtime.ast.api.ComponentAst>> |
applicable() |
String |
getDescription() |
org.mule.runtime.ast.api.validation.Validation.Level |
getLevel() |
String |
getName() |
protected boolean |
isDoValidation(org.mule.runtime.api.meta.model.parameter.ParameterModel pm) |
List<org.mule.runtime.ast.api.validation.ValidationResultItem> |
validateMany(org.mule.runtime.ast.api.ComponentAst component,
org.mule.runtime.ast.api.ArtifactAst artifact) |
public String getName()
getName in interface org.mule.runtime.ast.api.validation.Validationpublic String getDescription()
getDescription in interface org.mule.runtime.ast.api.validation.Validationpublic org.mule.runtime.ast.api.validation.Validation.Level getLevel()
getLevel in interface org.mule.runtime.ast.api.validation.Validationpublic Predicate<List<org.mule.runtime.ast.api.ComponentAst>> applicable()
applicable in interface org.mule.runtime.ast.api.validation.Validationpublic List<org.mule.runtime.ast.api.validation.ValidationResultItem> validateMany(org.mule.runtime.ast.api.ComponentAst component, org.mule.runtime.ast.api.ArtifactAst artifact)
validateMany in interface org.mule.runtime.ast.api.validation.Validationprotected boolean isDoValidation(org.mule.runtime.api.meta.model.parameter.ParameterModel pm)
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.