- RandomStringGenerator - com.github.jsonzou.jmockdata.util.randomstring中的类
-
Generator of random string.
- RandomStringGenerator() - 类 的构造器com.github.jsonzou.jmockdata.util.randomstring.RandomStringGenerator
-
Instantiate generator with a default number of upper limit for regex quantifiers (for example
*, + and etc; default value is 10) and a default instance of Random.
- RandomStringGenerator(int) - 类 的构造器com.github.jsonzou.jmockdata.util.randomstring.RandomStringGenerator
-
Instantiate generator with a number of upper limit for regex quantifiers (for example *
, + and etc) and a default instance of Random.
- RandomStringGenerator(Random) - 类 的构造器com.github.jsonzou.jmockdata.util.randomstring.RandomStringGenerator
-
Instantiate generator with a default number of upper limit for regex quantifiers (for example
*, + and etc; default value is 10) and an instance of Random.
- RandomStringGenerator(Random, int) - 类 的构造器com.github.jsonzou.jmockdata.util.randomstring.RandomStringGenerator
-
Instantiate generator with a number of upper limit for regex quantifiers (for example *
, + and etc) and an instance of Random.
- RandomUtils - com.github.jsonzou.jmockdata.util中的类
-
- ReflectionUtils - com.github.jsonzou.jmockdata.util中的类
-
反射工具类
- registerMocker(Mocker, Class<T>...) - 类 中的方法com.github.jsonzou.jmockdata.MockConfig
-