public static interface ExtensionModelHelper.ExtensionWalkerModelDelegate
ExtensionWalker makes same validation/filter and then calls
the appropriate method form this interface if applicable.| Modifier and Type | Method and Description |
|---|---|
void |
onConfiguration(org.mule.runtime.api.meta.model.config.ConfigurationModel model) |
void |
onConnectionProvider(org.mule.runtime.api.meta.model.connection.ConnectionProviderModel model) |
void |
onConstruct(org.mule.runtime.api.meta.model.construct.ConstructModel model) |
void |
onNestableElement(org.mule.runtime.api.meta.model.nested.NestableElementModel model) |
void |
onOperation(org.mule.runtime.api.meta.model.operation.OperationModel model) |
void |
onSource(org.mule.runtime.api.meta.model.source.SourceModel model) |
void onConfiguration(org.mule.runtime.api.meta.model.config.ConfigurationModel model)
void onConnectionProvider(org.mule.runtime.api.meta.model.connection.ConnectionProviderModel model)
void onOperation(org.mule.runtime.api.meta.model.operation.OperationModel model)
void onSource(org.mule.runtime.api.meta.model.source.SourceModel model)
void onConstruct(org.mule.runtime.api.meta.model.construct.ConstructModel model)
void onNestableElement(org.mule.runtime.api.meta.model.nested.NestableElementModel model)
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.