Skip to content

//core/io.github.serpro69.kfaker.provider/Address

Address

[jvm]\ class Address : YamlFakeDataProvider<Address>

FakeDataProvider implementation for YamlCategory.ADDRESS category.

Properties

Name Summary
unique [jvm]
open override val unique: Address
An instance of T for generating unique values

Functions

Name Summary
buildingNumber [jvm]
fun buildingNumber(): String
city [jvm]
fun city(): String
cityPrefix [jvm]
fun cityPrefix(): String
citySuffix [jvm]
fun citySuffix(): String
cityWithState [jvm]
fun cityWithState(): String
clear [jvm]
fun clear(name: String)
Clears used unique values for the function name of this provider.
clearAll [jvm]
fun clearAll()
Clears all used unique values of this provider.
community [jvm]
fun community(): String
communityPrefix [jvm]
fun communityPrefix(): String
communitySuffix [jvm]
fun communitySuffix(): String
country [jvm]
fun country(): String
countryByCode [jvm]
fun countryByCode(countryCode: String): String
countryByName [jvm]
fun countryByName(countryName: String): String
countryCode [jvm]
fun countryCode(): String
countryCodeLong [jvm]
fun countryCodeLong(): String
defaultCountry [jvm]
fun defaultCountry(): String
fullAddress [jvm]
fun fullAddress(): String
mailbox [jvm]
fun mailbox(): String
postcode [jvm]
fun postcode(): String
postcodeByState [jvm]
fun postcodeByState(state: String): String
secondaryAddress [jvm]
fun secondaryAddress(): String
state [jvm]
fun state(): String
stateAbbr [jvm]
fun stateAbbr(): String
streetAddress [jvm]
fun streetAddress(): String
streetName [jvm]
fun streetName(): String
streetSuffix [jvm]
fun streetSuffix(): String
timeZone [jvm]
fun timeZone(): String