| Class | Description |
|---|---|
| IdempotentDeclarationWalker |
A
DeclarationWalker which assures that each component is visited only once, making it easy to handle the fact that some
components such as OperationDeclaration, SourceDeclaration, ConnectionProviderDeclaration, etc,
implement the flyweight pattern, which means that the same instance might be present at different levels. |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.