public class CreateComponentBeanDefinitionRequest extends CreateBeanDefinitionRequest
| Constructor and Description |
|---|
CreateComponentBeanDefinitionRequest(List<org.mule.runtime.ast.api.ComponentAst> componentHierarchy,
org.mule.runtime.ast.api.ComponentAst component,
List<SpringComponentModel> paramsModels,
org.mule.runtime.dsl.api.component.ComponentBuildingDefinition componentBuildingDefinition,
Consumer<org.mule.runtime.ast.api.ComponentAst> nestedComponentParamProcessor) |
| Modifier and Type | Method and Description |
|---|---|
Consumer<org.mule.runtime.ast.api.ComponentAst> |
getNestedComponentParamProcessor() |
org.mule.runtime.ast.api.ComponentAst |
resolveConfigurationComponent()
The
ComponentAst to create a bean definition for this request |
getComponent, getComponentBuildingDefinition, getComponentHierarchy, getParameter, getParamsModels, getSpringComponentModel, resolveOwnerComponentpublic CreateComponentBeanDefinitionRequest(List<org.mule.runtime.ast.api.ComponentAst> componentHierarchy, org.mule.runtime.ast.api.ComponentAst component, List<SpringComponentModel> paramsModels, org.mule.runtime.dsl.api.component.ComponentBuildingDefinition componentBuildingDefinition, Consumer<org.mule.runtime.ast.api.ComponentAst> nestedComponentParamProcessor)
public org.mule.runtime.ast.api.ComponentAst resolveConfigurationComponent()
CreateBeanDefinitionRequestComponentAst to create a bean definition for this requestresolveConfigurationComponent in class CreateBeanDefinitionRequestpublic Consumer<org.mule.runtime.ast.api.ComponentAst> getNestedComponentParamProcessor()
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.