Uses of Class
diegosneves.github.conectardoacoes.adapters.rest.response.UserEntityCreatedResponse
Packages that use UserEntityCreatedResponse
Package
Description
-
Uses of UserEntityCreatedResponse in diegosneves.github.conectardoacoes.adapters.rest.controller
Methods in diegosneves.github.conectardoacoes.adapters.rest.controller that return types with arguments of type UserEntityCreatedResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserEntityCreatedResponse>UserController.createUser(UserEntityCreationRequest request) Este endpoint pertence à aplicação "Usuários".org.springframework.http.ResponseEntity<UserEntityCreatedResponse>UserController.findUserByEmail(String email) Este endpoint pertence à aplicação "Usuários". -
Uses of UserEntityCreatedResponse in diegosneves.github.conectardoacoes.adapters.rest.controller.imp
Methods in diegosneves.github.conectardoacoes.adapters.rest.controller.imp that return types with arguments of type UserEntityCreatedResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UserEntityCreatedResponse>UserControllerImpl.createUser(UserEntityCreationRequest request) org.springframework.http.ResponseEntity<UserEntityCreatedResponse>UserControllerImpl.findUserByEmail(String email) -
Uses of UserEntityCreatedResponse in diegosneves.github.conectardoacoes.adapters.rest.service
Methods in diegosneves.github.conectardoacoes.adapters.rest.service that return UserEntityCreatedResponseModifier and TypeMethodDescriptionUserEntityService.createUserEntity(UserEntityCreationRequest request) Método para criar uma nova entidade do usuário.UserEntityService.findUserByEmail(String email) Este método é usado para obter uma response de usuário pelo seu email. -
Uses of UserEntityCreatedResponse in diegosneves.github.conectardoacoes.adapters.rest.service.impl
Methods in diegosneves.github.conectardoacoes.adapters.rest.service.impl that return UserEntityCreatedResponseModifier and TypeMethodDescriptionUserEntityServiceImpl.createUserEntity(UserEntityCreationRequest request) UserEntityServiceImpl.findUserByEmail(String email)