package io.github.serpro69.kfaker.books

Classes

Name Description
class Faker

Typealias for the BooksFaker

class BooksFaker: Any

Provides access to fake data generators within the Books domain.

Each category (generator) from this BooksFaker is represented by a property that (usually) has the same name as the .yml dictionary file.

Subpackages

Name Description
package io.github.serpro69.kfaker.books.provider

Typealiases

Name Description
typealias Faker = BooksFaker

Typealias for the BooksFaker

Methods

faker

fun faker(block: Builder.()->Unit): BooksFaker

Applies the block function to BooksFaker.Builder and returns as an instance of BooksFaker from that builder.

Parameters

Name Description
block: Builder.()->Unit

ReturnValue

Name Description
BooksFaker