| Modifier and Type | Field and Description |
|---|---|
protected Address |
DefaultPersonProvider.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressProvider.get() |
Address |
Person.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonProvider.setAddress(Address address) |
void |
DefaultPersonProvider.setAddress(Address address) |
static PersonProperties.PersonProperty |
PersonProperties.withAddress(Address address) |
| Constructor and Description |
|---|
Person(String firstName,
String middleName,
String lastName,
Address address,
String email,
String username,
String password,
Person.Sex sex,
String telephoneNumber,
String mobileTelephoneNumber,
LocalDate dateOfBirth,
Integer age,
String nationalIdentityCardNumber,
String nationalIdentificationNumber,
String passportNumber,
Company company,
String companyEmail,
Country nationality) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAddress
A base of all addresses.
|
class |
ContinentalAddress
An address format typical for European countries but the UK and ex-Soviet union.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeAddress |
| Modifier and Type | Class and Description |
|---|---|
class |
EnAddress |
| Modifier and Type | Class and Description |
|---|---|
class |
EsAddress |
| Modifier and Type | Class and Description |
|---|---|
class |
KaAddress |
| Modifier and Type | Class and Description |
|---|---|
class |
PlAddress |
| Modifier and Type | Class and Description |
|---|---|
class |
SvAddress |
| Modifier and Type | Class and Description |
|---|---|
class |
ZhAddress
com.devskiller.jfairy.producer.person.locale.zh.ZhAddress
|
| Modifier and Type | Method and Description |
|---|---|
Address |
ZhAddressProvider.get() |
Copyright © 2022. All rights reserved.