//core/io.github.serpro69.kfaker/AbstractFaker/Builder
Builder¶
abstract class Builder<T : AbstractFaker>
DSL builder for creating instances of AbstractFaker
Inheritors¶
| Builder |
Constructors¶
| Builder | [jvm] constructor() |
Functions¶
| Name | Summary |
|---|---|
| build | [jvm] abstract fun build(): T Builds an instance of AbstractFaker with this config. |
| fakerConfig | [jvm] fun fakerConfig(block: ConfigBuilder) Sets config configuration for this AbstractFaker.Builder using the results of the block function. |