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