Uses of Interface
io.microsphere.spring.context.config.ConfigurationBeanCustomizer
-
Packages that use ConfigurationBeanCustomizer Package Description io.microsphere.spring.beans.factory.annotation -
-
Uses of ConfigurationBeanCustomizer in io.microsphere.spring.beans.factory.annotation
Methods in io.microsphere.spring.beans.factory.annotation that return types with arguments of type ConfigurationBeanCustomizer Modifier and Type Method Description java.util.List<ConfigurationBeanCustomizer>
ConfigurationBeanBindingPostProcessor. getConfigurationBeanCustomizers()
Get theList
ofConfigurationBeanCustomizers
Method parameters in io.microsphere.spring.beans.factory.annotation with type arguments of type ConfigurationBeanCustomizer Modifier and Type Method Description void
ConfigurationBeanBindingPostProcessor. setConfigurationBeanCustomizers(java.util.Collection<ConfigurationBeanCustomizer> configurationBeanCustomizers)
-