public final class InputParametersTypeModelValidator extends Object implements org.mule.runtime.extension.api.loader.ExtensionModelValidator
OperationModelSourceCallbackModelThese types should comply that for each parameter they contain, there must exist a getter method for that parameter. The vice versa is also required, that implies the fact that for each getter method, there should exist a field named with the getter convention.
| Constructor and Description |
|---|
InputParametersTypeModelValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.extension.api.loader.ProblemsReporter problems) |
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.