Uses of Class
net.andresbustamante.yafoot.users.web.dto.UserForm
Packages that use UserForm
Package
Description
Mapstruct mappers for the Web core app.
Web controllers for the users module.
Mapstruct mappers for the user administration module.
-
Uses of UserForm in net.andresbustamante.yafoot.core.web.mappers
Methods in net.andresbustamante.yafoot.core.web.mappers that return UserForm -
Uses of UserForm in net.andresbustamante.yafoot.users.web.controllers
Methods in net.andresbustamante.yafoot.users.web.controllers with parameters of type UserFormModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void>
UsersApi.updateUserDetails
(String email, @Valid UserForm body) org.springframework.http.ResponseEntity<Void>
UsersController.updateUserDetails
(String email, UserForm userDto) -
Uses of UserForm in net.andresbustamante.yafoot.users.web.dto
Methods in net.andresbustamante.yafoot.users.web.dto that return UserForm -
Uses of UserForm in net.andresbustamante.yafoot.users.web.mappers
Methods in net.andresbustamante.yafoot.users.web.mappers with parameters of type UserForm