Interface ConfigurationBeanCustomizer
-
- All Superinterfaces:
org.springframework.core.Ordered
public interface ConfigurationBeanCustomizer extends org.springframework.core.OrderedThe customizer for the configuration bean afterits binding.If There are multiple
ConfigurationBeanCustomizerbeans in the Springcontext, they are executed orderly, thus the subclass should be aware to implement theOrdered.getOrder()method.- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
ConfigurationBeanBinder,ConfigurationBeanBindingPostProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(java.lang.String beanName, java.lang.Object configurationBean)Customize the configuration bean
-