class JapaneseMediaFaker: Any
Fields
Name | Description |
---|---|
val conan: Conan
|
|
val cowboyBebop: CowboyBebop
|
|
val doraemon: Doraemon
|
|
val dragonBall: DragonBall
|
|
val fmaBrotherhood: FmaBrotherhood
|
|
val kamenRider: KamenRider
|
|
val naruto: Naruto
|
|
val onePiece: OnePiece
|
|
val studioGhibli: StudioGhibli
|
|
val swordArtOnline: SwordArtOnline
|
Constructors
<init>
constructor(config: FakerConfig)
Provides access to fake data generators within the JapaneseMedia domain.
Each category (generator) from this JapaneseMediaFaker is represented by a property
that (usually) has the same name as the .yml
dictionary file.
Parameters
Name | Description |
---|---|
config: FakerConfig
|
Provides access to fake data generators within the JapaneseMedia domain.
Each category (generator) from this JapaneseMediaFaker is represented by a property that (usually) has the same name as the
.yml
dictionary file.