Class Hierarchy
- java.lang.Object
- com.Server.controller.AdminController
- com.Server.controller.AuthenticationController
- com.Server.security.AuthenticationEntryPointJwt (implements org.springframework.security.web.AuthenticationEntryPoint)
- com.Server.entiy.Car
- com.Server.controller.CarController
- com.Server.controller.CarControllerTest
- com.Server.mapper.impl.CarMapper (implements com.Server.mapper.Mapper<U,V,Z>)
- com.Server.dto.Request.CarRequest (implements java.io.Serializable)
- com.Server.dto.Response.CarReservationResponse (implements java.io.Serializable)
- com.Server.dto.Response.CarResponse (implements java.io.Serializable)
- com.Server.service.impl.CarServiceImpl (implements com.Server.service.CarService)
- com.Server.service.impl.CarServiceImplTest
- com.Server.dto.Request.EditUser (implements java.io.Serializable)
- com.Server.controller.ExceptionController
- 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, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- com.Server.controller.HelloController
- com.Server.dto.Response.JwtResponse (implements java.io.Serializable)
- com.Server.security.JwtUtils
- com.Server.entiy.Localization
- com.Server.controller.LocalizationController
- com.Server.controller.LocalizationControllerTest
- com.Server.mapper.impl.LocalizationMapper (implements com.Server.mapper.Mapper<U,V,Z>)
- com.Server.dto.Request.LocalizationRequest (implements java.io.Serializable)
- com.Server.dto.Response.LocalizationResponse (implements java.io.Serializable)
- com.Server.service.impl.LocalizationServiceImpl (implements com.Server.service.LocalizationService)
- com.Server.service.impl.LocalizationServiceImplTest
- com.Server.dto.Request.LoginRequest (implements java.io.Serializable)
- com.Server.dto.Response.MessageResponse (implements java.io.Serializable)
- com.Server.service.impl.PdfResumeImpl (implements com.Server.service.PdfResume)
- com.Server.entiy.Reservation
- com.Server.controller.ReservationController
- com.Server.mapper.impl.ReservationMapper (implements com.Server.mapper.Mapper<U,V,Z>)
- com.Server.dto.Request.ReservationRequest (implements java.io.Serializable)
- com.Server.dto.Response.ReservationResponse (implements java.io.Serializable)
- com.Server.service.impl.ReservationServiceImpl (implements com.Server.service.ReservationService)
- com.Server.service.impl.ReservationServiceImplTest
- com.Server.entiy.Role
- com.Server.mapper.impl.RoleMapper (implements com.Server.mapper.Mapper<U,V,Z>)
- com.Server.dto.Request.RoleRequest (implements java.io.Serializable)
- com.Server.dto.Response.RoleResponse (implements java.io.Serializable)
- com.Server.service.impl.RoleServiceImpl (implements com.Server.service.RoleService)
- com.Server.service.impl.RoleServiceImplTest
- com.Server.service.impl.SendMailImpl (implements com.Server.service.SendMail)
- com.Server.ServerApplication
- com.Server.ServerApplicationTests
- com.Server.config.SwaggerConfig
- com.Server.controller.TestController
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.Server.entiy.User
- com.Server.controller.UserController
- com.Server.service.impl.UserDetailsimpl (implements org.springframework.security.core.userdetails.UserDetails)
- com.Server.service.impl.UserDetailsServiceImpl (implements org.springframework.security.core.userdetails.UserDetailsService)
- com.Server.mapper.impl.UserMapper (implements com.Server.mapper.Mapper<U,V,Z>)
- com.Server.dto.Request.UserRequest (implements java.io.Serializable)
- com.Server.dto.Response.UserResponse (implements java.io.Serializable)
- com.Server.service.impl.UserServiceImpl (implements com.Server.service.UserService)
- com.Server.service.impl.UserServiceImplTest
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
Interface Hierarchy
- com.Server.service.CarService
- com.Server.service.LocalizationService
- com.Server.mapper.Mapper<U,V,Z>
- com.Server.service.PdfResume
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- com.Server.service.ReservationService
- com.Server.service.RoleService
- com.Server.service.SendMail
- com.Server.service.UserService
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)