class CreaturesFaker: Any

Provides access to fake data generators within the Creature domain.

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

Fields

Name Description
val ancient: Ancient
val animal: Animal
val bird: Bird
val cat: Cat
val dog: Dog
val horse: Horse

Constructors

<init>

constructor(config: FakerConfig)

Provides access to fake data generators within the Creature domain.

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

Parameters

Name Description
config: FakerConfig