Class StreetAddressDTOFactory.StreetAddressesDTOFactory
java.lang.Object
info.ejava.assignments.api.houserenters.dto.StreetAddressDTOFactory.StreetAddressesDTOFactory
- Enclosing class:
StreetAddressDTOFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal List
<StreetAddressDTO> make
(int count, Consumer<StreetAddressDTO>... visitors)
-
Constructor Details
-
StreetAddressesDTOFactory
public StreetAddressesDTOFactory()
-
-
Method Details
-
make
@SafeVarargs public final List<StreetAddressDTO> make(int count, Consumer<StreetAddressDTO>... visitors)
-