public class ConfigReferenceParametersNonPropertyValueValidations extends AbstractReferenceParametersStereotypesValidations
| Constructor and Description |
|---|
ConfigReferenceParametersNonPropertyValueValidations(boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
protected Predicate<? super org.mule.runtime.ast.graph.api.ComponentAstDependency> |
filterArtifact(org.mule.runtime.ast.api.ArtifactAst artifact) |
protected boolean |
filterComponent(org.mule.runtime.ast.graph.api.ComponentAstDependency missingDependency)
Determine whether this dependency must be analyzed or not.
|
String |
getDescription() |
org.mule.runtime.ast.api.validation.Validation.Level |
getLevel() |
String |
getName() |
protected String |
validationMessage(org.mule.runtime.ast.graph.api.ComponentAstDependency missing) |
validateManyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ConfigReferenceParametersNonPropertyValueValidations(boolean enabled)
public String getName()
public String getDescription()
public org.mule.runtime.ast.api.validation.Validation.Level getLevel()
protected boolean filterComponent(org.mule.runtime.ast.graph.api.ComponentAstDependency missingDependency)
AbstractReferenceParametersStereotypesValidationsfilterComponent in class AbstractReferenceParametersStereotypesValidationsmissingDependency - the dependency to analyzetrue if this dependency must be analyzed, false if not.protected Predicate<? super org.mule.runtime.ast.graph.api.ComponentAstDependency> filterArtifact(org.mule.runtime.ast.api.ArtifactAst artifact)
filterArtifact in class AbstractReferenceParametersStereotypesValidationsprotected String validationMessage(org.mule.runtime.ast.graph.api.ComponentAstDependency missing)
validationMessage in class AbstractReferenceParametersStereotypesValidationsCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.