-
- All Implemented Interfaces:
public final class Faker.BuilderDSL builder for creating instances of Faker
-
-
Method Summary
Modifier and Type Method Description final UnitfakerConfig(Function1<FakerConfig.Builder, Unit> block)Sets config configuration for this Faker.Builder using the results of the block function. -
-
Method Detail
-
fakerConfig
final Unit fakerConfig(Function1<FakerConfig.Builder, Unit> block)
Sets config configuration for this Faker.Builder using the results of the block function.
This config will then be used when an instance of Faker is created using this Faker.Builder
-
-
-
-