All Classes and Interfaces
Class
Description
Data transfer object used to transfer data that will be saved in a Address entity
A Spring REST controller for managing doctors.
Data transfer object used to transfer data that will be saved in a Doctor entity
Data transfer object used to format and display only the public data allowed for Doctor entity
Repository interface for retrieving and manipulating all Doctor objects using their unique Long identifier.
Doctor service interface for managing doctor information.
This class is an implementation of the DoctorService interface.
Data transfer object used to update allowed data in a Doctor entity
This @RestControllerAdvice is used to handle entity not found error and return appropriate response message
This class is used to execute the findById method
This class is used to execute the findAll method from doctor repository
This class is used to execute the findById method
A Spring REST controller for managing patients.
Data transfer object used to transfer data that will be saved in a Patient
entity
Repository interface for retrieving and manipulating all Patient objects using their unique Long identifier.
Patient service interface for managing patient information.
This class is an implementation of the PatientService interface.
This class is used to execute the save method from doctor repository
This class is used to execute the save method from patient repository
Specialties that can be used
This @RestControllerAdvice is used to handle validation errors and return appropriate response messages