//tech/io.github.serpro69.kfaker.tech/TechFaker
TechFaker¶
[jvm]\ class TechFaker@JvmOverloadsconstructor(config: FakerConfig = fakerConfig { }) : AbstractFaker
Provides access to fake data generators within the Tech domain.
Each category (generator) from this TechFaker is represented by a property that (usually) has the same name as the .yml
dictionary file.
Constructors¶
TechFaker | [jvm] @JvmOverloads constructor(config: FakerConfig = fakerConfig { }) |
Types¶
Name | Summary |
---|---|
Builder | [jvm] class Builder : AbstractFaker.Builder<Faker> DSL builder for creating instances of Faker |
Properties¶
Name | Summary |
---|---|
app | [jvm] val app: App |
appliance | [jvm] val appliance: Appliance |
camera | [jvm] val camera: Camera |
computer | [jvm] val computer: Computer |
cryptoCoin | [jvm] val cryptoCoin: CryptoCoin |
device | [jvm] val device: Device |
drone | [jvm] val drone: Drone |
electricalComponents | [jvm] val electricalComponents: ElectricalComponents |
hacker | [jvm] val hacker: Hacker |
programmingLanguage | [jvm] val programmingLanguage: ProgrammingLanguage |
space | [jvm] val space: Space |
unique | [jvm] val unique: GlobalUniqueDataProvider |
vehicle | [jvm] val vehicle: Vehicle |