| Package | Description |
|---|---|
| org.mule.runtime.config.internal | |
| org.mule.runtime.config.internal.dsl.spring |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
MuleArtifactContext.postProcessBeanDefinition(SpringComponentModel resolvedComponent,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
String beanName)
Forces the registration of instances of
TransformerResolver and Converter to be created, so that
PostRegistrationActionsPostProcessor can work its magic and add them to the transformation graph |
| Modifier and Type | Method and Description |
|---|---|
SpringComponentModel |
CreateBeanDefinitionRequest.getComponentModel() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ComponentModelHelper.addAnnotation(QName annotationKey,
Object annotationValue,
SpringComponentModel componentModel) |
static <T> Optional<T> |
ComponentModelHelper.getAnnotation(QName annotationKey,
SpringComponentModel componentModel) |
org.springframework.beans.factory.config.BeanDefinition |
BeanDefinitionFactory.resolveComponentRecursively(SpringComponentModel componentModel,
org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
BiConsumer<ComponentModel,org.springframework.beans.factory.support.BeanDefinitionRegistry> componentModelPostProcessor,
BiFunction<Element,org.springframework.beans.factory.config.BeanDefinition,org.mule.runtime.api.functional.Either<org.springframework.beans.factory.config.BeanDefinition,org.springframework.beans.factory.config.BeanReference>> oldParsingMechanism,
SpringConfigurationComponentLocator componentLocator)
Creates a
BeanDefinition by traversing the ComponentModel and its children. |
| Constructor and Description |
|---|
CreateBeanDefinitionRequest(SpringComponentModel componentModel,
org.mule.runtime.dsl.api.component.ComponentBuildingDefinition componentBuildingDefinition) |
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.