Package org.mule.runtime.extension.api.declaration.fluent.util


package org.mule.runtime.extension.api.declaration.fluent.util
  • Classes
    Class
    Description
    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.