接口 ConfigurationBeanCustomizer
-
- 所有超级接口:
org.springframework.core.Ordered
public interface ConfigurationBeanCustomizer extends org.springframework.core.Ordered
The customizer for the configuration bean afterits binding
.If There are multiple
ConfigurationBeanCustomizer
beans in the Springcontext
, they are executed orderly, thus the subclass should be aware to implement theOrdered.getOrder()
method.- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
- 另请参阅:
ConfigurationBeanBinder
,ConfigurationBeanBindingPostProcessor