Skip to content

//lorem/io.github.serpro69.kfaker.lorem

Package-level declarations

Types

Name Summary
Faker [jvm]
typealias Faker = LoremFaker
Typealias for the LoremFaker
LoremFaker [jvm]
class LoremFaker@JvmOverloadsconstructor(config: FakerConfig = fakerConfig { }) : AbstractFaker
Provides access to fake data generators within the Lorem domain.

Functions

Name Summary
faker [jvm]
fun faker(block: LoremFaker.Builder.() -> Unit): LoremFaker
Applies the block function to LoremFaker.Builder and returns as an instance of LoremFaker from that builder.