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