Skip to content

Instantly share code, notes, and snippets.

// When using @IterableMapping
...
@Override
public List<CompanyDTO> toDto(List<Company> company, Locale locale) {
// NO call to @BeforeMethod
if ( company == null ) {
return null;
}