-
- All Implemented Interfaces:
-
io.github.serpro69.kfaker.provider.FakeDataProvider
public final class PhoneNumber extends YamlFakeDataProvider<PhoneNumber>
FakeDataProvider implementation for YamlCategory.PHONE_NUMBER category.
-
-
Field Summary
Fields Modifier and Type Field Description private final PhoneNumberuniqueprivate final CellPhonecellPhoneprivate final CountryCodecountryCode
-
Method Summary
Modifier and Type Method Description PhoneNumbergetUnique()An instance of T for generating unique values final CellPhonegetCellPhone()final CountryCodegetCountryCode()final StringphoneNumber()final StringcellPhone()final StringcountryCode()-
-
Method Detail
-
getUnique
PhoneNumber getUnique()
An instance of T for generating unique values
-
getCellPhone
final CellPhone getCellPhone()
-
getCountryCode
final CountryCode getCountryCode()
-
phoneNumber
final String phoneNumber()
-
countryCode
final String countryCode()
-
-
-
-