Enum Class的使用
com.github.aqiu202.util.RandomCodeUtils.RandomCodeLevel
-
com.github.aqiu202.util中RandomCodeUtils.RandomCodeLevel的使用
修饰符和类型方法说明Returns the enum constant of this class with the specified name.static RandomCodeUtils.RandomCodeLevel[]RandomCodeUtils.RandomCodeLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明static StringRandomCodeUtils.generateSecurityCode(int length, RandomCodeUtils.RandomCodeLevel level) static StringRandomCodeUtils.generateSecurityCode(int length, RandomCodeUtils.RandomCodeLevel level, boolean repeat) static StringRandomCodeUtils.generateSecurityCode(RandomCodeUtils.RandomCodeLevel level)