All Classes

Class Description
AdminController
Admin Controller used to Test whether Server is correct work.
AuthenticationController
AuthenticationController is use to authentication and register user.
AuthenticationEntryPointJwt
Class security use to AuthenticationEntryPoint
AuthenticationTokenFilter
Class security use to AuthenticationTokenFilter
Car
Entity car to store Users data.
CarController
CarController is use to supports operations about database table Car.
CarControllerTest
Test Car Controller
CarMapper
Class Mapper use to mapping Car.
CarRepository
Interface repository car to available connect on table database.
CarRequest
Class DTO use to add car.
CarReservationResponse
Class DTO get Reservation.
CarResponse
Class DTO use to get car.
CarService
Interface Service car to service CarRepository.
CarServiceImpl
Class Service implements interface CarService.
CarServiceImplTest
Car service test
EditUser
Class DTO use to edit user.
ExceptionController
Exception Handle controller
HelloController
HelloController is use to check whether swagger library is work.
JwtResponse
Class DTO get Response with token.
JwtUtils
Class security use to Generate Token JWT.
Localization
Entity localization to store Localizations data.
LocalizationController
LocalizationController is use to supports operations about database table Localization.
LocalizationControllerTest
Test Localization Controller
LocalizationMapper
Class Mapper use to mapping Localization.
LocalizationRepository
Interface repository localization to available connect on table database.
LocalizationRequest
Class DTO use to city request.
LocalizationResponse
Class DTO use to get city data.
LocalizationService
Interface Service localization to service LocalizationRepository.
LocalizationServiceImpl
Class Service implements interface LocalizationService.
LocalizationServiceImplTest
Localization service test
LoginRequest
Class DTO use authorization user.
Mapper<U,​V,​Z>
Interface generic use for mapper class.
MessageResponse
Class DTO get Message text.
PdfResume
Interface Service PDFResume to create resume on reservation.
PdfResumeImpl
Class Service implements interface PDFResume.
Reservation
Entity reservations to store Reservation data.
ReservationController
ReservationController is use to supports operations about database table Reservation.
ReservationMapper
Class Mapper use to mapping reservation.
ReservationRepository
Interface repository reservation to available connect on table database.
ReservationRequest
Class DTO use to add reservation.
ReservationResponse
Class DTO use to add reservation.
ReservationService
Interface Service reservation to service ReservationRepository.
ReservationServiceImpl
Class Service implements interface LocalizationService.
ReservationServiceImplTest
Reservation service test
Role
Entity role to store Role data.
RoleMapper
Class Mapper use to mapping Role.
RoleRepository
Interface repository role to available connect on table database.
RoleRequest
Class DTO role users.
RoleResponse
Class DTO role users.
Roles
Enum to represent value role.
RoleService
Interface Service role to service RoleRepository.
RoleServiceImpl
Class Service implements interface RoleService.
RoleServiceImplTest
Role service test
SendMail
Interface Service to send mail for client email.
SendMailImpl
Class SendMail use to send mail.
ServerApplication
Server Car-Rental
ServerApplicationTests
Test Application
SwaggerConfig
This class SwaggerConfig is use to API documentation.
TestController
TestController is use to check whether Server is running and check role user work.
TypeCar
Enums type of cars
User
Entity user to store Users data.
UserController
UserController is use to supports operations about database table User.
UserDetailsimpl
Class Service implements interface UserDetails.
UserDetailsServiceImpl
Class Service implements interface UserDetailsService.
UserMapper
Class Mapper use to mapping user.
UserRepository
Interface repository user to available connect on table database.
UserRequest
Class DTO use to register user.
UserResponse  
UserService
Interface Service user to service UserRepository.
UserServiceImpl
Class Service implements interface RoleService.
UserServiceImplTest
User service test
WebSecurityConfig
Class security use to supervision a endpoint.
WrongDataException
Exception to wrong request.