toggle menu
Simple Robot
4.8.0
jvm
switch theme
search in API
simbot-core-spring-boot-starter
/
love.forte.simbot.spring.configuration.binder
/
ResolveBinderManagerProcessor
/
ParameterBinderManagerBuilderImpl
/
addBinderFactory
add
Binder
Factory
open
override
fun
addBinderFactory
(
id
:
String
,
factory
:
ParameterBinderFactory
)
(
source
)
添加一个有 ID 的具体作用域b
ParameterBinderFactory
Throws
Duplicate
Binder
Id
Exception
如果 id 出现重复
open
override
fun
addBinderFactory
(
factory
:
ParameterBinderFactory
)
(
source
)
添加一个全局应用的
ParameterBinderFactory