Uses of Class
org.mule.runtime.extension.api.loader.WalkingDeclarationEnricher.DeclarationEnricherWalkDelegate
Packages that use WalkingDeclarationEnricher.DeclarationEnricherWalkDelegate
Package
Description
-
Uses of WalkingDeclarationEnricher.DeclarationEnricherWalkDelegate in org.mule.runtime.extension.api.loader
Subclasses of WalkingDeclarationEnricher.DeclarationEnricherWalkDelegate in org.mule.runtime.extension.api.loaderModifier and TypeClassDescriptionclassAWalkingDeclarationEnricher.DeclarationEnricherWalkDelegatewhich assures that each component is visited only once, making it easy to handle the fact that some components such asOperationDeclaration,SourceDeclaration,ConnectionProviderDeclaration, etc, implement the flyweight pattern, which means that the same instance might be present at different levels.Methods in org.mule.runtime.extension.api.loader that return types with arguments of type WalkingDeclarationEnricher.DeclarationEnricherWalkDelegateModifier and TypeMethodDescriptionWalkingDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) Optionally returns aWalkingDeclarationEnricher.DeclarationEnricherWalkDelegatethat contains the enrichment logic. -
Uses of WalkingDeclarationEnricher.DeclarationEnricherWalkDelegate in org.mule.runtime.extension.internal.loader.enricher
Methods in org.mule.runtime.extension.internal.loader.enricher that return types with arguments of type WalkingDeclarationEnricher.DeclarationEnricherWalkDelegateModifier and TypeMethodDescriptionBackPressureDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) BooleanParameterDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ClusterSupportEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ConfigRefDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ConnectionProviderDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ContentParameterDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) DefaultStereotypeEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ErrorMappingsParameterDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ExecutionTypeDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ExtensionsErrorsDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ExtensionTypesDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) NamedObjectDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) OAuthDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ParameterDslDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ParameterLayoutOrderDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) ReconnectionStrategyDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) RedeliveryPolicyDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) StreamingDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) TargetParameterDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext) TransactionalDeclarationEnricher.getWalkDelegate(ExtensionLoadingContext extensionLoadingContext)