Wow
Toggle table of contents
6.0.6
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.prepare
/
PrepareKeyInitializer
Prepare
Key
Initializer
class
PrepareKeyInitializer
:
ApplicationContextAware
,
SmartInitializingSingleton
Members
Constructors
Prepare
Key
Initializer
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
after
Singletons
Instantiated
Link copied to clipboard
open
override
fun
afterSingletonsInstantiated
(
)
在所有单例Bean初始化完成后执行 获取所有PrepareKey类型的Bean,由于PrepareKey的初始化工作在构造函数中完成, 所以只要获取到Bean就已完成初始化
set
Application
Context
Link copied to clipboard
open
override
fun
setApplicationContext
(
applicationContext
:
ApplicationContext
)