class MiscFaker: Any

Provides access to fake data generators that don't belong in the CoreFaker but also don't fit into any of the existing providers.

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

Fields

Name Description
val artist: Artist
val blood: Blood
val demographic: Demographic
val drivingLicense: DrivingLicense
val greekPhilosophers: GreekPhilosophers
val hobby: Hobby
val military: Military
val relationship: Relationship

Constructors

<init>

constructor(config: FakerConfig)

Provides access to fake data generators that don't belong in the CoreFaker but also don't fit into any of the existing providers.

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

Parameters

Name Description
config: FakerConfig