package io.github.serpro69.kfaker.edu

Classes

Name Description
class Faker

Typealias for the EduFaker

class EduFaker: Any

Provides access to fake data generators within the Education domain.

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

Subpackages

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

Typealiases

Name Description
typealias Faker = EduFaker

Typealias for the EduFaker

Methods

faker

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

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

Parameters

Name Description
block: Builder.()->Unit

ReturnValue

Name Description
EduFaker