public class CreateBeanDefinitionRequest extends Object
BeanDefinition.| Constructor and Description |
|---|
CreateBeanDefinitionRequest(ComponentModel parentComponentModel,
SpringComponentModel componentModel,
ComponentBuildingDefinition componentBuildingDefinition) |
| Modifier and Type | Method and Description |
|---|---|
ComponentBuildingDefinition |
getComponentBuildingDefinition() |
SpringComponentModel |
getComponentModel() |
ComponentModel |
getParentComponentModel() |
public CreateBeanDefinitionRequest(ComponentModel parentComponentModel, SpringComponentModel componentModel, ComponentBuildingDefinition componentBuildingDefinition)
parentComponentModel - the parent component model. Some language construct processing depends on the context.componentModel - the holder for the configuration attributes defined by the usercomponentBuildingDefinition - the definition to build the domain object that will represent the configuration on runtimepublic SpringComponentModel getComponentModel()
public ComponentBuildingDefinition getComponentBuildingDefinition()
public ComponentModel getParentComponentModel()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.