//kotlin-faker-misc/io.github.serpro69.kfaker.misc
Package-level declarations¶
Types¶
| Name | Summary |
|---|---|
| Faker | [jvm] typealias Faker = MiscFaker Typealias for the 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. |
Functions¶
| Name | Summary |
|---|---|
| faker | [jvm] fun faker(block: MiscFaker.Builder.() -> Unit): MiscFaker Applies the block function to MiscFaker.Builder and returns as an instance of MiscFaker from that builder. |