Uses of Interface
net.andresbustamante.yafoot.users.web.mappers.UserMapper
Packages that use UserMapper
Package
Description
Web controllers for the users module.
Mapstruct mappers for the user administration module.
-
Uses of UserMapper in net.andresbustamante.yafoot.users.web.controllers
Constructors in net.andresbustamante.yafoot.users.web.controllers with parameters of type UserMapperModifierConstructorDescriptionUsersController
(net.andresbustamante.yafoot.users.services.UserManagementService userManagementService, net.andresbustamante.yafoot.users.services.UserSearchService userSearchService, UserMapper userMapper) -
Uses of UserMapper in net.andresbustamante.yafoot.users.web.mappers
Classes in net.andresbustamante.yafoot.users.web.mappers that implement UserMapper