public final class ExclusiveParameterModelValidator extends Object implements ExtensionModelValidator
group models which contain exclusive
parameters are correctly defined. Which means that it must contain more than one optional parameters,
and those optional parameter's MetadataType must be either an ObjectType or a SimpleType.| Constructor and Description |
|---|
ExclusiveParameterModelValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
ProblemsReporter problemsReporter)
Validates the given
model |
public void validate(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
ProblemsReporter problemsReporter)
modelvalidate in interface ExtensionModelValidatorextensionModel - a ExtensionModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.