package io.github.serpro69.kfaker.misc

Classes

Name Description
class Faker

Typealias for the MiscFaker

class MiscFaker: Any

Provides access to fake data generators that don't belong in the CoreFaker but also don't fit into any of the existing providers.

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

Subpackages

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

Typealiases

Name Description
typealias Faker = MiscFaker

Typealias for the MiscFaker

Methods

faker

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

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

Parameters

Name Description
block: Builder.()->Unit

ReturnValue

Name Description
MiscFaker