public interface BeanDefinitionPostProcessor
| Modifier and Type | Method and Description |
|---|---|
default void |
adaptBeanDefinition(org.mule.runtime.dsl.api.component.config.ComponentConfiguration parentComponentConfiguration,
Class beanClass,
PostProcessorIocHelper iocHelper)
Deprecated.
This is no longer called since 4.3
|
default Set<org.mule.runtime.api.component.ComponentIdentifier> |
getGenericPropertiesCustomProcessingIdentifiers() |
void |
postProcess(org.mule.runtime.dsl.api.component.config.ComponentConfiguration componentConfiguration,
PostProcessorIocHelper iocHelper)
Deprecated.
This is no longer called since 4.3
|
@Deprecated default void adaptBeanDefinition(org.mule.runtime.dsl.api.component.config.ComponentConfiguration parentComponentConfiguration, Class beanClass, PostProcessorIocHelper iocHelper)
@Deprecated void postProcess(org.mule.runtime.dsl.api.component.config.ComponentConfiguration componentConfiguration, PostProcessorIocHelper iocHelper)
default Set<org.mule.runtime.api.component.ComponentIdentifier> getGenericPropertiesCustomProcessingIdentifiers()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.