Uses of Class
com.beassolution.rule.dto.response.base.BaseResponseModel
Packages that use BaseResponseModel
-
Uses of BaseResponseModel in com.beassolution.rule.advice
Methods in com.beassolution.rule.advice that return BaseResponseModelModifier and TypeMethodDescriptionstatic BaseResponseModel
<OperationException> GeneralAdvice.generateOperationMessage
(OperationException operationException) Generates a standardized error response model.GeneralAdvice.handleError
(Error error) Handles Error instances.GeneralAdvice.handleException
(Exception exception) Handles general exceptions.GeneralAdvice.handleHttpMessageConversionException
(org.springframework.http.converter.HttpMessageConversionException exception) Handles HTTP message conversion exceptions.GeneralAdvice.handleHttpRequestMethodNotSupportedException
(org.springframework.web.HttpRequestMethodNotSupportedException exception) Handles HTTP request method not supported exceptions.GeneralAdvice.handleMethodArgumentNotValidException
(org.springframework.web.bind.MethodArgumentNotValidException exception) Handles method argument not valid exceptions.GeneralAdvice.handleMongoDataIntegrityViolation
(org.springframework.data.mongodb.core.MongoDataIntegrityViolationException exception) Handles MongoDB data integrity violation exceptions.GeneralAdvice.handleNoHandlerFoundException
(org.springframework.web.servlet.NoHandlerFoundException exception) Handles no handler found exceptions.GeneralAdvice.handleOperationException
(OperationException exception) Handles OperationException instances.GeneralAdvice.handleThrowable
(Throwable throwable) Handles general throwable exceptions. -
Uses of BaseResponseModel in com.beassolution.rule.dto.response
Subclasses of BaseResponseModel in com.beassolution.rule.dto.responseModifier and TypeClassDescriptionclass
Response DTO for rule evaluation operations.