public final class ExtensionValidationUtils extends Object
This class IS NOT part of the API. To be used by the Mule Runtime only
| Modifier and Type | Method and Description |
|---|---|
static void |
validateNoInlineParameters(org.mule.runtime.api.meta.model.parameter.ParameterizedModel model,
String kind,
ProblemsReporter problemsReporter,
DslSyntaxResolver dsl)
Validates that the given
model doesn't have parameters defined inline. |
public static void validateNoInlineParameters(org.mule.runtime.api.meta.model.parameter.ParameterizedModel model,
String kind,
ProblemsReporter problemsReporter,
DslSyntaxResolver dsl)
model doesn't have parameters defined inline. If found, said parameters will be reported
through the problemsReportermodel - the model being validatedkind - the kind of component being validated (Operation, Source, etc)problemsReporter - a ProblemsReporterdsl - a DslSyntaxResolverCopyright © 2022 MuleSoft, Inc.. All rights reserved.