Package overit.geocallapp.utilities.rs
package overit.geocallapp.utilities.rs
-
ClassesClassDescriptionUtility class providing standard HTTP status codes and API response descriptions for REST service documentation.
This class cannot be instantiated and serves as a centralized repository for API documentation constants.Specialized exception handler for REST services that extendsRestResponseEntityExceptionHandler.
Provides custom handling forDAValidateExceptionwith enhanced message translation and formatting capabilities.
This handler takes precedence over other exception handlers due to itsOrderannotation with value 1.Comprehensive utility class providing static methods for REST service operations and data transformations.Helper class for managing web resource operations including upload and download URL generation.
Maintains a singleton pattern per company package to ensure proper resource isolation and management.