Class ContactDTOFactory
java.lang.Object
info.ejava.examples.db.validation.contacts.dto.factories.ContactDTOFactory
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic UnaryOperator
<ContactPointDTO> static UnaryOperator
<ContactPointDTO> private final net.datafaker.Faker
private static final AtomicInteger
static UnaryOperator
<ContactPointDTO> static UnaryOperator
<ContactPointDTO> static UnaryOperator
<ContactPointDTO> private final StreetAddressDTOFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionemail()
make
(UnaryOperator<ContactPointDTO>... visitors) name()
phone()
-
Field Details
-
nextId
-
faker
private final net.datafaker.Faker faker -
streetFactory
-
NAMES
-
oneUpId
-
noName
-
noAddress
-
badEmail
-
emailToShort
-
-
Constructor Details
-
ContactDTOFactory
public ContactDTOFactory()
-
-
Method Details
-
name
-
email
-
phone
-
make
-
streetBuilder
-
listBuilder
-