@Generated(value="org.mapstruct.ap.MappingProcessor",
date="2017-12-14T19:40:11+0000",
comments="version: 1.2.0.Final, compiler: javac, environment: Java 1.8.0_151 (Oracle Corporation)")
@Component
public class EntityWithDTOMapperImpl
extends java.lang.Object
implements EntityWithDTOMapper
| Constructor and Description |
|---|
EntityWithDTOMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
EntityWithDTODTO |
toDto(EntityWithDTO entity) |
java.util.List<EntityWithDTODTO> |
toDto(java.util.List<EntityWithDTO> entityList) |
EntityWithDTO |
toEntity(EntityWithDTODTO dto) |
java.util.List<EntityWithDTO> |
toEntity(java.util.List<EntityWithDTODTO> dtoList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromIdpublic EntityWithDTO toEntity(EntityWithDTODTO dto)
toEntity in interface EntityMapper<EntityWithDTODTO,EntityWithDTO>public EntityWithDTODTO toDto(EntityWithDTO entity)
toDto in interface EntityMapper<EntityWithDTODTO,EntityWithDTO>public java.util.List<EntityWithDTO> toEntity(java.util.List<EntityWithDTODTO> dtoList)
toEntity in interface EntityMapper<EntityWithDTODTO,EntityWithDTO>public java.util.List<EntityWithDTODTO> toDto(java.util.List<EntityWithDTO> entityList)
toDto in interface EntityMapper<EntityWithDTODTO,EntityWithDTO>Copyright © 2017 Osgiliath. All rights reserved.