Class Hierarchy
- java.lang.Object
- com.mirna.hospitalmanagementapi.domain.entities.Address
- com.mirna.hospitalmanagementapi.application.controllers.auth.AuthenticationController
- com.mirna.hospitalmanagementapi.application.services.auth.AuthServiceImpl (implements com.mirna.hospitalmanagementapi.domain.services.auth.AuthService)
- com.mirna.hospitalmanagementapi.application.usecase.auth.jwt.CreateJWTUseCase
- com.mirna.hospitalmanagementapi.domain.entities.Doctor
- com.mirna.hospitalmanagementapi.application.controllers.DoctorController
- com.mirna.hospitalmanagementapi.application.services.DoctorServiceImpl (implements com.mirna.hospitalmanagementapi.domain.services.DoctorService)
- com.mirna.hospitalmanagementapi.infra.handlers.EntityNotFoundErrorHandler
- com.mirna.hospitalmanagementapi.application.usecase.doctor.FindDoctorByIdUseCase
- com.mirna.hospitalmanagementapi.application.usecase.doctor.FindDoctorsUseCase
- com.mirna.hospitalmanagementapi.application.usecase.patient.FindPatientByIdUseCase
- com.mirna.hospitalmanagementapi.application.usecase.patient.FindPatientsUseCase
- com.mirna.hospitalmanagementapi.application.usecase.user.FindUserByLoginUseCase
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- com.mirna.hospitalmanagementapi.application.usecase.auth.jwt.GetJWTSubjectUseCase
- com.mirna.hospitalmanagementapi.HospitalManagementApiApplication
- com.mirna.hospitalmanagementapi.domain.entities.Patient
- com.mirna.hospitalmanagementapi.application.controllers.PatientController
- com.mirna.hospitalmanagementapi.application.services.PatientServiceImpl (implements com.mirna.hospitalmanagementapi.domain.services.PatientService)
- java.lang.Record
- com.mirna.hospitalmanagementapi.application.usecase.doctor.SaveDoctorUseCase
- com.mirna.hospitalmanagementapi.application.usecase.patient.SavePatientUseCase
- com.mirna.hospitalmanagementapi.application.usecase.user.SaveUserUseCase
- com.mirna.hospitalmanagementapi.application.services.auth.jwt.TokenServiceImpl (implements com.mirna.hospitalmanagementapi.domain.services.auth.jwt.TokenService)
- com.mirna.hospitalmanagementapi.domain.entities.auth.User (implements org.springframework.security.core.userdetails.UserDetails)
- com.mirna.hospitalmanagementapi.application.services.auth.UserDetailsServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)
- com.mirna.hospitalmanagementapi.application.services.UserServiceImpl (implements com.mirna.hospitalmanagementapi.domain.services.UserService)
- com.mirna.hospitalmanagementapi.infra.handlers.validation.ValidationErrorHandler
- com.mirna.hospitalmanagementapi.infra.security.config.WebSecurityConfiguration
Interface Hierarchy
- com.mirna.hospitalmanagementapi.domain.services.auth.AuthService
- com.mirna.hospitalmanagementapi.domain.services.DoctorService
- com.mirna.hospitalmanagementapi.domain.services.PatientService
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.ListCrudRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.repository.ListPagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- com.mirna.hospitalmanagementapi.domain.services.auth.jwt.TokenService
- com.mirna.hospitalmanagementapi.domain.services.UserService