Interface ConfigurableSourceBeanMetadataElement
- All Known Implementing Classes:
DubboNamespaceHandler
public interface ConfigurableSourceBeanMetadataElement
Configurable the
source for BeanMetadataElement- Since:
- 2.7.5
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidsetSource(org.springframework.beans.BeanMetadataElement beanMetadataElement) Set the source into the specifiedBeanMetadataElement
-
Method Details
-
setSource
default void setSource(org.springframework.beans.BeanMetadataElement beanMetadataElement) Set the source into the specifiedBeanMetadataElement- Parameters:
beanMetadataElement-BeanMetadataElementinstance
-