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