Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AfterInitProcessor ¶
type AfterInitProcessor struct { }
func (*AfterInitProcessor) Do ¶
func (r *AfterInitProcessor) Do(bean Bean)
func (*AfterInitProcessor) Filter ¶
func (r *AfterInitProcessor) Filter(bean Bean) bool
type AutoConfigureProcessor ¶ added in v1.2.6
func (*AutoConfigureProcessor) Do ¶ added in v1.2.6
func (r *AutoConfigureProcessor) Do(b bean.Bean)
type BeanInitProcessor ¶
type BeanInitProcessor struct { }
func (*BeanInitProcessor) Do ¶
func (b *BeanInitProcessor) Do(bean bean.Bean)
type BeforeInitProcessor ¶ added in v1.2.6
func (*BeforeInitProcessor) Do ¶ added in v1.2.6
func (r *BeforeInitProcessor) Do(b bean.Bean)
type CreateBeanProcessor ¶
type CreateBeanProcessor struct { }
func (*CreateBeanProcessor) Do ¶
func (c *CreateBeanProcessor) Do(bean bean.Bean)
Click to show internal directories.
Click to hide internal directories.