public class ReferenceBeanDefinitionCreator extends Object
This construct is deprecated and will only be used for backward compatibility. No new constructs in the language must use this
mechanism. The preferred mechanism is to use an attribute to define the reference or define the object inline as a child
element. i.e.:
| Constructor and Description |
|---|
ReferenceBeanDefinitionCreator() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.beans.factory.config.BeanDefinition |
getConvertibleBeanDefinition(Class<?> type,
Object value,
Optional<TypeConverter> converter) |
void |
processRequest(org.mule.runtime.config.spring.dsl.spring.CreateBeanDefinitionRequest request)
Will iterate over the chain of processors until there's one that handle the request by return true to
#handleRequest. |
void |
setNext(org.mule.runtime.config.spring.dsl.spring.BeanDefinitionCreator nextBeanDefinitionCreator) |
public void setNext(org.mule.runtime.config.spring.dsl.spring.BeanDefinitionCreator nextBeanDefinitionCreator)
nextBeanDefinitionCreator - next processor in the chain.public final void processRequest(org.mule.runtime.config.spring.dsl.spring.CreateBeanDefinitionRequest request)
#handleRequest.request - protected org.springframework.beans.factory.config.BeanDefinition getConvertibleBeanDefinition(Class<?> type, Object value, Optional<TypeConverter> converter)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.