@Generated(value="org.mapstruct.ap.MappingProcessor", date="2020-11-04T07:57:46+0000", comments="version: 1.3.1.Final, compiler: javac, environment: Java 1.8.0_272 (Azul Systems, Inc.)") @Component public class UserMapperImpl extends Object implements UserMapper
| Constructor and Description |
|---|
UserMapperImpl() |
public UserTO toUserTO(UserBO user)
toUserTO in interface UserMapperpublic UserExtendedTO toUserExtendedTO(UserExtendedBO user)
toUserExtendedTO in interface UserMapperpublic UserBO toUserBO(UserTO user)
toUserBO in interface UserMapperpublic List<UserTO> toUserTOList(List<UserBO> listUsers)
toUserTOList in interface UserMapperpublic ScaUserDataTO toScaUserDataTO(ScaUserDataBO bo)
toScaUserDataTO in interface UserMapperpublic List<ScaUserDataBO> toScaUserDataListBO(List<ScaUserDataTO> list)
toScaUserDataListBO in interface UserMapperpublic List<ScaUserDataTO> toScaUserDataListTO(List<ScaUserDataBO> bos)
toScaUserDataListTO in interface UserMapperpublic List<UserRoleBO> toUserRoleBO(List<UserRoleTO> userRoles)
toUserRoleBO in interface UserMapperpublic AccountAccessBO toAccountAccessFromReference(AccountReferenceTO source)
toAccountAccessFromReference in interface UserMapperpublic List<AccountAccessBO> toAccountAccessFromReferenceList(List<AccountReferenceTO> source)
toAccountAccessFromReferenceList in interface UserMapperprotected AccessTypeTO accessTypeBOToAccessTypeTO(AccessTypeBO accessTypeBO)
protected AccountAccessTO accountAccessBOToAccountAccessTO(AccountAccessBO accountAccessBO)
protected List<AccountAccessTO> accountAccessBOListToAccountAccessTOList(List<AccountAccessBO> list)
protected UserRoleTO userRoleBOToUserRoleTO(UserRoleBO userRoleBO)
protected Collection<UserRoleTO> userRoleBOCollectionToUserRoleTOCollection(Collection<UserRoleBO> collection)
protected AccessTypeBO accessTypeTOToAccessTypeBO(AccessTypeTO accessTypeTO)
protected AccountAccessBO accountAccessTOToAccountAccessBO(AccountAccessTO accountAccessTO)
protected List<AccountAccessBO> accountAccessTOListToAccountAccessBOList(List<AccountAccessTO> list)
protected UserRoleBO userRoleTOToUserRoleBO(UserRoleTO userRoleTO)
protected Collection<UserRoleBO> userRoleTOCollectionToUserRoleBOCollection(Collection<UserRoleTO> collection)
protected ScaMethodTypeTO scaMethodTypeBOToScaMethodTypeTO(ScaMethodTypeBO scaMethodTypeBO)
protected ScaMethodTypeBO scaMethodTypeTOToScaMethodTypeBO(ScaMethodTypeTO scaMethodTypeTO)
protected ScaUserDataBO scaUserDataTOToScaUserDataBO(ScaUserDataTO scaUserDataTO)
Copyright © 2020. All rights reserved.