public class CreateDslParamGroupBeanDefinitionRequest extends CreateBeanDefinitionRequest
| Constructor and Description |
|---|
CreateDslParamGroupBeanDefinitionRequest(org.mule.runtime.api.meta.model.parameter.ParameterGroupModel paramGroupModel,
List<org.mule.runtime.ast.api.ComponentAst> componentHierarchy,
Collection<SpringComponentModel> paramsModels,
org.mule.runtime.ast.api.ComponentAst paramOwnerComponent,
org.mule.runtime.dsl.api.component.ComponentBuildingDefinition<?> componentBuildingDefinition,
org.mule.runtime.api.component.ComponentIdentifier paramComponentIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.ast.api.ComponentParameterAst |
getParameter(String parameterName)
Resolve a parameter with the provided name in the scope of the param owner of this request.
|
org.mule.runtime.api.meta.model.parameter.ParameterGroupModel |
getParamGroupModel() |
org.mule.runtime.ast.api.ComponentAst |
getParamOwnerComponent() |
org.mule.runtime.ast.api.ComponentAst |
resolveConfigurationComponent()
The
ComponentAst to create a bean definition for this request |
getComponent, getComponentBuildingDefinition, getComponentHierarchy, getParamsModels, getSpringComponentModel, resolveOwnerComponentpublic CreateDslParamGroupBeanDefinitionRequest(org.mule.runtime.api.meta.model.parameter.ParameterGroupModel paramGroupModel,
List<org.mule.runtime.ast.api.ComponentAst> componentHierarchy,
Collection<SpringComponentModel> paramsModels,
org.mule.runtime.ast.api.ComponentAst paramOwnerComponent,
org.mule.runtime.dsl.api.component.ComponentBuildingDefinition<?> componentBuildingDefinition,
org.mule.runtime.api.component.ComponentIdentifier paramComponentIdentifier)
public org.mule.runtime.ast.api.ComponentAst resolveConfigurationComponent()
CreateBeanDefinitionRequestComponentAst to create a bean definition for this requestresolveConfigurationComponent in class CreateBeanDefinitionRequestpublic org.mule.runtime.ast.api.ComponentAst getParamOwnerComponent()
public org.mule.runtime.api.meta.model.parameter.ParameterGroupModel getParamGroupModel()
public org.mule.runtime.ast.api.ComponentParameterAst getParameter(String parameterName)
CreateBeanDefinitionRequestgetParameter in class CreateBeanDefinitionRequestCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.