abstract class AbstractFaker: Any

Fields

Name Description
protected fakerService: FakerService
protected randomService: RandomService
val unique: by lazy { GlobalUniqueDataProvider() }

Constructors

<init>

constructor(config: FakerConfig)

Parameters

Name Description
config: FakerConfig