public class CreateBeanDefinitionRequest extends Object
BeanDefinition.| Constructor and Description |
|---|
CreateBeanDefinitionRequest(SpringComponentModel componentModel,
org.mule.runtime.dsl.api.component.ComponentBuildingDefinition componentBuildingDefinition) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.dsl.api.component.ComponentBuildingDefinition |
getComponentBuildingDefinition() |
SpringComponentModel |
getComponentModel() |
public CreateBeanDefinitionRequest(SpringComponentModel componentModel, org.mule.runtime.dsl.api.component.ComponentBuildingDefinition componentBuildingDefinition)
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 org.mule.runtime.dsl.api.component.ComponentBuildingDefinition getComponentBuildingDefinition()
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.