package io.github.serpro69.kfaker.tech

Classes

Name Description
class Faker

Typealias for the TechFaker

class TechFaker: Any

Provides access to fake data generators within the Tech domain.

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

Subpackages

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

Typealiases

Name Description
typealias Faker = TechFaker

Typealias for the TechFaker

Methods

faker

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

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

Parameters

Name Description
block: Builder.()->Unit

ReturnValue

Name Description
TechFaker