Package-level declarations
Types
Link copied to clipboard
interface BattleDataLoader
战斗数据加载接口。
Link copied to clipboard
class JsonEffectDefinitionBattleDataLoader(resourcePaths: List<String>, objectMapper: ObjectMapper = ObjectMapper()) : BattleDataLoader
从 JSON 资源加载 EffectDefinition 的基础实现。
Link copied to clipboard
class JsonEffectDefinitionSchemaValidator(objectMapper: ObjectMapper = ObjectMapper()) : SchemaValidator
面向 EffectDefinition JSON 的最小 schema 校验器。
Link copied to clipboard
interface ReferenceValidator
引用合法性校验接口。
Link copied to clipboard
interface SchemaValidator
原始文档 schema 校验接口。