From the example in the documentation...
map().customer.setName(source.getPerson().firstName);
If "customer" does not exist (is null) will ModelMapper create a new Customer object and setCustomer automatically, or do I have to create it beforehand?