Class VideoGameFaker

java.lang.Object
net.datafaker.providers.base.BaseFaker
net.datafaker.providers.videogame.VideoGameFaker
All Implemented Interfaces:
BaseProviders, ProviderRegistration, VideoGameProviders

public class VideoGameFaker extends BaseFaker implements VideoGameProviders
  • Constructor Details

    • VideoGameFaker

      public VideoGameFaker()
    • VideoGameFaker

      public VideoGameFaker(Locale locale)
    • VideoGameFaker

      public VideoGameFaker(Random random)
    • VideoGameFaker

      public VideoGameFaker(Locale locale, Random random)
    • VideoGameFaker

      public VideoGameFaker(Locale locale, RandomService randomService)
    • VideoGameFaker

      public VideoGameFaker(FakeValuesService fakeValuesService, FakerContext context)