//creatures/io.github.serpro69.kfaker.creatures
Package-level declarations¶
Types¶
Name | Summary |
---|---|
CreaturesFaker | [jvm] class CreaturesFaker@JvmOverloadsconstructor(config: FakerConfig = fakerConfig { }) : AbstractFaker Provides access to fake data generators within the Creature domain. |
Faker | [jvm] typealias Faker = CreaturesFaker Typealias for the CreaturesFaker |
Functions¶
Name | Summary |
---|---|
faker | [jvm] fun faker(block: CreaturesFaker.Builder.() -> Unit): CreaturesFaker Applies the block function to CreaturesFaker.Builder and returns as an instance of CreaturesFaker from that builder. |