//misc/io.github.serpro69.kfaker.misc/MiscFaker
MiscFaker¶
[jvm]\ class MiscFaker@JvmOverloadsconstructor(config: FakerConfig = fakerConfig {}) : AbstractFaker
Provides access to fake data generators that don't belong in the CoreFaker but also don't fit into any of the existing providers.
Each category (generator) from this MiscFaker is represented by a property that (usually) has the same name as the .yml
dictionary file.
Constructors¶
MiscFaker | [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 |
---|---|
artist | [jvm] val artist: Artist |
blood | [jvm] val blood: Blood |
demographic | [jvm] val demographic: Demographic |
drivingLicense | [jvm] val drivingLicense: DrivingLicense |
greekPhilosophers | [jvm] val greekPhilosophers: GreekPhilosophers |
hobby | [jvm] val hobby: Hobby |
military | [jvm] val military: Military |
relationship | [jvm] val relationship: Relationship |
unique | [jvm] val unique: GlobalUniqueDataProvider |