public class ForbiddenConfigurationPropertiesValidator extends Object implements org.mule.runtime.extension.api.loader.ExtensionModelValidator
ExtensionModelValidator which applies to ExtensionModels which are XML based, as those that contain usages of
configuration properties. If the developer wants to use constants, then it must rely on | Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGURATION_PROPERTY_NOT_SUPPORTED_FORMAT_MESSAGE |
| Constructor and Description |
|---|
ForbiddenConfigurationPropertiesValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(org.mule.runtime.api.meta.model.ExtensionModel extensionModel,
org.mule.runtime.extension.api.loader.ProblemsReporter problemsReporter) |
public static final String CONFIGURATION_PROPERTY_NOT_SUPPORTED_FORMAT_MESSAGE
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.