public class SpringComponentModel extends ComponentModel
ComponentModel that keeps references to a Spring bean specification.ComponentModel.Builder| Constructor and Description |
|---|
SpringComponentModel() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.beans.factory.config.BeanDefinition |
getBeanDefinition() |
org.springframework.beans.factory.config.BeanReference |
getBeanReference() |
void |
setBeanDefinition(org.springframework.beans.factory.config.BeanDefinition beanDefinition) |
void |
setBeanReference(org.springframework.beans.factory.config.BeanReference beanReference) |
equals, executedOnEveryInnerComponent, getComponentLocation, getConfigFileName, getConfiguration, getCustomAttributes, getIdentifier, getInnerComponents, getLineNumber, getNameAttribute, getObjectInstance, getParameters, getParent, getTextContent, getType, hashCode, isEnabled, isParameterValueProvidedBySchema, isRoot, isScope, setComponentLocation, setEnabled, setObjectInstance, setParameter, setParent, setRoot, setTypepublic void setBeanDefinition(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
beanDefinition - the BeanDefinition created based on the ComponentModel values.public org.springframework.beans.factory.config.BeanDefinition getBeanDefinition()
BeanDefinition created based on the ComponentModel values.public void setBeanReference(org.springframework.beans.factory.config.BeanReference beanReference)
beanReference - the BeanReference that represents this object.public org.springframework.beans.factory.config.BeanReference getBeanReference()
BeanReference that represents this object.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.