Class ControllerAdviceInfo

java.lang.Object
org.springdoc.core.models.ControllerAdviceInfo

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

    • ControllerAdviceInfo

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

    • 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
    • getMethodAdviceInfos

      public List<MethodAdviceInfo> getMethodAdviceInfos()
    • addMethodAdviceInfos

      public void addMethodAdviceInfos(MethodAdviceInfo methodAdviceInfo)