Package org.openwms.core.uaa.impl
Class RoleMapperImpl
java.lang.Object
org.openwms.core.uaa.impl.RoleMapperImpl
- All Implemented Interfaces:
RoleMapper
@Generated("org.mapstruct.ap.MappingProcessor")
@Component
public class RoleMapperImpl
extends Object
implements RoleMapper
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRoleMapperImpl(UserMapper userMapper, SecurityObjectMapper securityObjectMapper) -
Method Summary
Modifier and TypeMethodDescriptionconvertFrom(RoleVO vo) convertToVO(List<Role> eo) convertToVO(Role eo) protected Set<SecurityObjectVO> protected Set<SecurityObject> userSetToUserVOSet(Set<User> set) userVOSetToUserSet(Set<UserVO> set)
-
Field Details
-
userMapper
-
securityObjectMapper
-
-
Constructor Details
-
RoleMapperImpl
-
-
Method Details
-
convertToVO
- Specified by:
convertToVOin interfaceRoleMapper
-
convertToVO
- Specified by:
convertToVOin interfaceRoleMapper
-
convertFrom
- Specified by:
convertFromin interfaceRoleMapper
-
convertToRole
- Specified by:
convertToRolein interfaceRoleMapper
-
userSetToUserVOSet
-
securityObjectSetToSecurityObjectVOSet
-
userVOSetToUserSet
-
securityObjectVOSetToSecurityObjectSet
-