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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionRoleMapperImpl(UserMapper userMapper, SecurityObjectMapper securityObjectMapper) 
- 
Method SummaryModifier 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 interface- RoleMapper
 
- 
convertToVO- Specified by:
- convertToVOin interface- RoleMapper
 
- 
convertFrom- Specified by:
- convertFromin interface- RoleMapper
 
- 
convertToRole- Specified by:
- convertToRolein interface- RoleMapper
 
- 
userSetToUserVOSet
- 
securityObjectSetToSecurityObjectVOSet
- 
userVOSetToUserSet
- 
securityObjectVOSetToSecurityObjectSet
 
-