| Package | Description |
|---|---|
| cn.orionsec.kit.generator.faker |
| Modifier and Type | Field and Description |
|---|---|
static FakerType[] |
FakerType.ALL |
static FakerType[] |
FakerType.BASE |
| Modifier and Type | Method and Description |
|---|---|
static FakerType |
FakerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FakerType[] |
FakerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FakerInfo |
Faker.generator(boolean gender,
FakerType... types) |
static FakerInfo |
Faker.generator(FakerType... types)
生成假数据 [18 ~ 50] 岁
|
static FakerInfo |
Faker.generator(int age,
boolean gender,
FakerType... types)
生成假数据
|
static FakerInfo |
Faker.generator(int age,
FakerType... types) |
static FakerInfo |
Faker.generator(int ageMin,
int ageMax,
boolean gender,
FakerType... types) |
static FakerInfo |
Faker.generator(int ageMin,
int ageMax,
FakerType... types) |
Copyright © 2024. All rights reserved.