Class AccountMapper
java.lang.Object
org.training.account.service.model.mapper.BaseMapper<Account,AccountDto>
org.training.account.service.model.mapper.AccountMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDto
(Account entity, Object... args) convertToEntity
(AccountDto dto, Object... args) Methods inherited from class org.training.account.service.model.mapper.BaseMapper
convertToDto, convertToDtoList, convertToEntity, convertToEntityList
-
Constructor Details
-
AccountMapper
public AccountMapper()
-
-
Method Details
-
convertToEntity
- Specified by:
convertToEntity
in classBaseMapper<Account,
AccountDto>
-
convertToDto
- Specified by:
convertToDto
in classBaseMapper<Account,
AccountDto>
-