Class ExtensionValidationUtils
java.lang.Object
org.mule.runtime.extension.internal.util.ExtensionValidationUtils
Utilities for validating extension models.
This class IS NOT part of the API. To be used by the Mule Runtime only
- Since:
- 1.5.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidateNoInlineParameters(org.mule.runtime.api.meta.model.parameter.ParameterizedModel model, String kind, ProblemsReporter problemsReporter, DslSyntaxResolver dsl) Validates that the givenmodeldoesn't have parameters defined inline.
-
Method Details
-
validateNoInlineParameters
public static void validateNoInlineParameters(org.mule.runtime.api.meta.model.parameter.ParameterizedModel model, String kind, ProblemsReporter problemsReporter, DslSyntaxResolver dsl) Validates that the givenmodeldoesn't have parameters defined inline. If found, said parameters will be reported through theproblemsReporter- Parameters:
model- the model being validatedkind- the kind of component being validated (Operation, Source, etc)problemsReporter- aProblemsReporterdsl- aDslSyntaxResolver
-