public final class ParameterModelValidator extends Object implements ModelValidator
parameters provided by the configurations,
connection providers and operations from the extension complies with:
ArrayType the name should be pluralmetadataType must be providedClass of the parameter must be valid too, that implies that the class shouldn't contain any field with a
reserved name.
| Constructor and Description |
|---|
ParameterModelValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(org.mule.runtime.api.meta.model.ExtensionModel extensionModel)
Validates the given
model |
public void validate(org.mule.runtime.api.meta.model.ExtensionModel extensionModel)
throws org.mule.runtime.extension.api.exception.IllegalModelDefinitionException
ModelValidatormodelvalidate in interface ModelValidatorextensionModel - a ExtensionModelorg.mule.runtime.extension.api.exception.IllegalModelDefinitionException - if the model is illegalCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.