接口的使用
cn.dustlight.captcha.generator.CodeGenerator
-
使用CodeGenerator的程序包 程序包 说明 cn.dustlight.captcha.annotations cn.dustlight.captcha.configurations cn.dustlight.captcha.generator -
-
cn.dustlight.captcha.annotations中CodeGenerator的使用
返回变量类型为CodeGenerator的类型的cn.dustlight.captcha.annotations中的方法 修饰符和类型 方法 说明 Class<? extends CodeGenerator>type()生成器类型 -
cn.dustlight.captcha.configurations中CodeGenerator的使用
返回变量类型为CodeGenerator的类型的cn.dustlight.captcha.configurations中的方法 修饰符和类型 方法 说明 DefaultBeanProperties.Item<CodeGenerator>DefaultBeanProperties. getGenerator()类型变量类型为CodeGenerator的cn.dustlight.captcha.configurations中的方法参数 修饰符和类型 方法 说明 voidDefaultBeanProperties. setGenerator(DefaultBeanProperties.Item<CodeGenerator> generator) -
cn.dustlight.captcha.generator中CodeGenerator的使用
实现CodeGenerator的cn.dustlight.captcha.generator中的类 修饰符和类型 类 说明 classRandomStringCodeGenerator随机字符串生成器
-