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,
boolean parentMapType) |
| Modifier and Type | Method and Description |
|---|---|
Consumer<org.mule.runtime.ast.api.ComponentAst> |
getNestedComponentParamProcessor() |
boolean |
isParentMapType() |
org.mule.runtime.ast.api.ComponentAst |
resolveConfigurationComponent()
The
ComponentAst to create a bean definition for this request |
String |
toString() |
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, boolean parentMapType)
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()
public boolean isParentMapType()
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.