| Package | Description |
|---|---|
| org.mule.runtime.config.spring.internal | |
| org.mule.runtime.config.spring.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 parentComponentModel,
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,Either<org.springframework.beans.factory.config.BeanDefinition,org.springframework.beans.factory.config.BeanReference>> oldParsingMechanism)
Creates a
BeanDefinition by traversing the ComponentModel and its children. |
| Constructor and Description |
|---|
CreateBeanDefinitionRequest(ComponentModel parentComponentModel,
SpringComponentModel componentModel,
ComponentBuildingDefinition componentBuildingDefinition) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.