All Classes and Interfaces

Class
Description
This class is used to execute the save method from doctor repository
 
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
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.
 
Specialties that can be used
This @RestControllerAdvice is used to handle validation errors and return appropriate response messages