public class Faker extends Object
Modifier and Type | Method and Description |
---|---|
static FakerInfo |
generator(boolean gender,
FakerType... types) |
static FakerInfo |
generator(FakerType... types)
生成假数据 [18 ~ 50] 岁
|
static FakerInfo |
generator(int age,
boolean gender,
FakerType... types)
生成假数据
|
static FakerInfo |
generator(int age,
FakerType... types) |
static FakerInfo |
generator(int ageMin,
int ageMax,
boolean gender,
FakerType... types) |
static FakerInfo |
generator(int ageMin,
int ageMax,
FakerType... types) |
Copyright © 2024. All rights reserved.