Uses of Class
com.MedilaboSolutions.gateway.model.User
Packages that use User
-
Uses of User in com.MedilaboSolutions.gateway.repository
Methods in com.MedilaboSolutions.gateway.repository that return types with arguments of type UserModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<User> UserRepository.findByEmail
(String email) reactor.core.publisher.Mono
<User> UserRepository.findByUsername
(String username) -
Uses of User in com.MedilaboSolutions.gateway.service
Methods in com.MedilaboSolutions.gateway.service that return types with arguments of type UserModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<User> UserService.findByUsername
(String username) reactor.core.publisher.Mono
<User> UserService.updateUserPicture
(User user, String pictureUrl) Methods in com.MedilaboSolutions.gateway.service with parameters of type UserModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<User> UserService.updateUserPicture
(User user, String pictureUrl)