BindModuleProcessor

org.beangle.cdi.spring.config.BindModuleProcessor
abstract class BindModuleProcessor extends BeanDefinitionRegistryPostProcessor, Logging

完成bean的自动注册和再配置

Attributes

Graph
Supertypes
trait Logging
trait BeanDefinitionRegistryPostProcessor
trait BeanFactoryPostProcessor
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Concrete methods

override def postProcessBeanDefinitionRegistry(bdRegistry: BeanDefinitionRegistry): Unit

Automate register and wire bean Reconfig beans

Automate register and wire bean Reconfig beans

Attributes

Definition Classes
BeanDefinitionRegistryPostProcessor
override def postProcessBeanFactory(factory: ConfigurableListableBeanFactory): Unit

Attributes

Definition Classes
BeanDefinitionRegistryPostProcessor -> BeanFactoryPostProcessor

Concrete fields

var moduleLocations: Array[Resource]
var modules: Set[BindModule]
var name: String

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging