YamlBotVerifyInfoDecoder
使用 Yaml decode 验证信息。
支持解析 Yaml 格式的bot配置文件。格式允许 *.bot.yaml
或 *.bot.yml
。
Note: 需要保证环境中存在 com.charleskorn.kaml:kaml
, 参考 charleskorn/kaml
Types
Properties
Functions
Link copied to clipboard
解码目标类型。
open override fun <T> decode(decoder: StringFormat, value: String, deserializer: DeserializationStrategy<T>): T
解码。
Link copied to clipboard
尝试从提供的数据信息中解析得到当前配置中的组件信息。
Link copied to clipboard
将 inputStream 准备为目标结果类型。