@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 EntityWithServiceClassAndDTOMapperImpl extends java.lang.Object implements EntityWithServiceClassAndDTOMapper
Constructor and Description |
---|
EntityWithServiceClassAndDTOMapperImpl() |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassAndDTODTO |
toDto(EntityWithServiceClassAndDTO entity) |
java.util.List<EntityWithServiceClassAndDTODTO> |
toDto(java.util.List<EntityWithServiceClassAndDTO> entityList) |
EntityWithServiceClassAndDTO |
toEntity(EntityWithServiceClassAndDTODTO dto) |
java.util.List<EntityWithServiceClassAndDTO> |
toEntity(java.util.List<EntityWithServiceClassAndDTODTO> dtoList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromId
public EntityWithServiceClassAndDTOMapperImpl()
public EntityWithServiceClassAndDTO toEntity(EntityWithServiceClassAndDTODTO dto)
toEntity
in interface EntityMapper<EntityWithServiceClassAndDTODTO,EntityWithServiceClassAndDTO>
public EntityWithServiceClassAndDTODTO toDto(EntityWithServiceClassAndDTO entity)
toDto
in interface EntityMapper<EntityWithServiceClassAndDTODTO,EntityWithServiceClassAndDTO>
public java.util.List<EntityWithServiceClassAndDTO> toEntity(java.util.List<EntityWithServiceClassAndDTODTO> dtoList)
toEntity
in interface EntityMapper<EntityWithServiceClassAndDTODTO,EntityWithServiceClassAndDTO>
public java.util.List<EntityWithServiceClassAndDTODTO> toDto(java.util.List<EntityWithServiceClassAndDTO> entityList)
toDto
in interface EntityMapper<EntityWithServiceClassAndDTODTO,EntityWithServiceClassAndDTO>
Copyright © 2017 Osgiliath. All rights reserved.