| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.util |
| Modifier and Type | Class and Description |
|---|---|
class |
IdempotentExtensionWalker
A
ExtensionWalker which assures that each component is visited only once, making it easy to handle the fact that some
components such as OperationModel, SourceModel, ConnectionProviderModel, etc, implement the flyweight
pattern, which means that the same instance might be present at different levels. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.