@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 BankAccountMapperImpl
extends java.lang.Object
implements BankAccountMapper
| Constructor and Description |
|---|
BankAccountMapperImpl() |
| Modifier and Type | Method and Description |
|---|---|
BankAccountDTO |
toDto(BankAccount bankAccount) |
java.util.List<BankAccountDTO> |
toDto(java.util.List<BankAccount> entityList) |
BankAccount |
toEntity(BankAccountDTO bankAccountDTO) |
java.util.List<BankAccount> |
toEntity(java.util.List<BankAccountDTO> dtoList) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromIdpublic java.util.List<BankAccount> toEntity(java.util.List<BankAccountDTO> dtoList)
toEntity in interface EntityMapper<BankAccountDTO,BankAccount>public java.util.List<BankAccountDTO> toDto(java.util.List<BankAccount> entityList)
toDto in interface EntityMapper<BankAccountDTO,BankAccount>public BankAccountDTO toDto(BankAccount bankAccount)
toDto in interface BankAccountMappertoDto in interface EntityMapper<BankAccountDTO,BankAccount>public BankAccount toEntity(BankAccountDTO bankAccountDTO)
toEntity in interface BankAccountMappertoEntity in interface EntityMapper<BankAccountDTO,BankAccount>Copyright © 2017 Osgiliath. All rights reserved.