package io.github.serpro69.kfaker.games

Classes

Name Description
class Faker

Typealias for the GamesFaker

class GamesFaker: Any

Provides access to fake data generators within the Games domain.

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

Subpackages

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

Typealiases

Name Description
typealias Faker = GamesFaker

Typealias for the GamesFaker

Methods

faker

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

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

Parameters

Name Description
block: Builder.()->Unit

ReturnValue

Name Description
GamesFaker