Uses of Class
com.greenloop.auth_service.dto.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in com.greenloop.auth_service.exception
Methods in com.greenloop.auth_service.exception that return types with arguments of type ApiResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ApiResponse> GlobalExceptionHandler.handleAuthenticationExceptions(Exception ex) org.springframework.http.ResponseEntity<ApiResponse> GlobalExceptionHandler.handleEmailAlreadyExists(EmailAlreadyExistsException ex) org.springframework.http.ResponseEntity<ApiResponse> GlobalExceptionHandler.handleGenericException(Exception ex) org.springframework.http.ResponseEntity<ApiResponse> GlobalExceptionHandler.handleIncompleteVerification(VerificationNotCompleteException ex) org.springframework.http.ResponseEntity<ApiResponse> GlobalExceptionHandler.handleOTPValidationException(OtpValidationException ex) org.springframework.http.ResponseEntity<ApiResponse> GlobalExceptionHandler.handleResourceNotFoundException(ResourceNotFoundException ex) org.springframework.http.ResponseEntity<ApiResponse> GlobalExceptionHandler.handleUserAlreadyVerifiedException(UserAlreadyVerifiedException ex)