Uses of Interface
io.microsphere.spring.context.config.ConfigurationBeanBinder
-
Packages that use ConfigurationBeanBinder Package Description io.microsphere.spring.beans.factory.annotation io.microsphere.spring.context.config -
-
Uses of ConfigurationBeanBinder in io.microsphere.spring.beans.factory.annotation
Methods in io.microsphere.spring.beans.factory.annotation that return ConfigurationBeanBinder Modifier and Type Method Description ConfigurationBeanBinder
ConfigurationBeanBindingPostProcessor. getConfigurationBeanBinder()
Methods in io.microsphere.spring.beans.factory.annotation with parameters of type ConfigurationBeanBinder Modifier and Type Method Description void
ConfigurationBeanBindingPostProcessor. setConfigurationBeanBinder(ConfigurationBeanBinder configurationBeanBinder)
-
Uses of ConfigurationBeanBinder in io.microsphere.spring.context.config
Classes in io.microsphere.spring.context.config that implement ConfigurationBeanBinder Modifier and Type Class Description class
DefaultConfigurationBeanBinder
The defaultConfigurationBeanBinder
implementation
-