FakeDataService
API
FakeDataService.java
class FakeDataService {
FakeDataService()
FakeDataService(final Random random)
FakeDataService(final Random random, final Faker javaFaker)
FakeDataService(final Random random, final Faker javaFaker, final RandomService randomService)
FakeDataService(final Random random, final Faker javaFaker, final RandomService randomService, final FakeValuesService fakeValuesService)
void init()
Faker javaFaker() (1)
Names name()
Comms comms()
Lorem lorem()
Addresses addresses()
CreditCards creditCards()
Books books()
Bytes bytes()
Shorts shorts()
Integers ints()
Longs longs()
Floats floats()
Doubles doubles()
Chars chars()
Booleans booleans()
Strings strings()
Collections collections()
Enums enums()
JavaUtilDates javaUtilDates()
JavaSqlDates javaSqlDates()
JavaSqlTimestamps javaSqlTimestamps()
J8LocalDates j8LocalDates()
J8DateTimes j8DateTimes()
J8Periods j8Periods()
JodaLocalDates jodaLocalDates()
JodaDateTimes jodaDateTimes()
JodaPeriods jodaPeriods()
BigDecimals bigDecimals()
BigIntegers bigIntegers()
Urls urls()
Uuids uuids()
IsisPasswords isisPasswords()
IsisBlobs isisBlobs()
IsisClobs isisClobs()
}
1 | javaFaker()
Access to the full API of the underlying javafaker library. |