public abstract class AbstractAssembler<DTO extends Serializable,ENTITY> extends Object implements Assembler<DTO,ENTITY>
| Constructor and Description |
|---|
AbstractAssembler() |
| Modifier and Type | Method and Description |
|---|---|
List<ENTITY> |
fromListDto(List<DTO> dtos) |
List<DTO> |
toListDto(List<ENTITY> entities) |
Copyright © 2019 Damsete Tecnologia LTDA. All rights reserved.