Class ControllerAdviceInfo


  • public class ControllerAdviceInfo
    extends Object
    The type Controller advice info.
    Author:
    bnasslahsen
    • Constructor Detail

      • ControllerAdviceInfo

        public ControllerAdviceInfo​(Object controllerAdvice)
        Instantiates a new Controller advice info.
        Parameters:
        controllerAdvice - the controller advice
    • Method Detail

      • getControllerAdvice

        public Object getControllerAdvice()
        Gets controller advice.
        Returns:
        the controller advice
      • getApiResponseMap

        public Map<String,​io.swagger.v3.oas.models.responses.ApiResponse> getApiResponseMap()
        Gets api response map.
        Returns:
        the api response map