Companion

object Companion

Functions

Link copied to clipboard
@ExperimentalSerializationApi
fun supportDecoderFactories(warnLogger: Logger? = logger, classLoader: ClassLoader = Companion::class.java.classLoader): List<StandardBotVerifyInfoDecoderFactory<*, *>>

尝试获取当前环境下所支持的所有解析工厂。

Properties

Link copied to clipboard

支持Json格式的bot配置文件。

Link copied to clipboard
@ExperimentalSerializationApi
@get:JvmName(name = "properties")
val Properties: PropertiesBotVerifyInfoDecoder.Factory

支持Properties格式的bot配置文件。

Link copied to clipboard

支持Yaml格式的bot配置文件。