bean

package
v1.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBeanName

func GetBeanName(b Bean) string

func RunProcessor

func RunProcessor(processor Processor, bean []Bean)

Types

type Bean

type Bean interface {
	Bean() string
}

type Components

type Components []Bean

type DefaultBean

type DefaultBean struct {
}

func (*DefaultBean) Bean

func (r *DefaultBean) Bean() string

type FactoryBean

type FactoryBean interface {
	AfterPropertiesSet()
}

type Processor

type Processor interface {
	Filter(bean Bean) bool
	Do(bean Bean)
}

type StaterBean

type StaterBean interface {
	Bean
	AfterInit()
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL